Home
last modified time | relevance | path

Searched refs:hasSecureChannel (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/external/
DCompanionDevice.java41 device.hasSecureChannel()); in CompanionDevice()
49 boolean isActiveUser, boolean hasSecureChannel) { in CompanionDevice() argument
53 mHasSecureChannel = hasSecureChannel; in CompanionDevice()
77 public boolean hasSecureChannel() { in hasSecureChannel() method in CompanionDevice
106 && mHasSecureChannel == companionDevice.hasSecureChannel(); in equals()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/model/
DConnectedDevice.java46 boolean belongsToActiveUser, boolean hasSecureChannel) { in ConnectedDevice() argument
50 mHasSecureChannel = hasSecureChannel; in ConnectedDevice()
73 public boolean hasSecureChannel() { in hasSecureChannel() method in ConnectedDevice
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgFeature.java72 if (mSecureDeviceForActiveUser == null && device.hasSecureChannel() in onMessageReceived()
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarSyncFeatureTest.java130 when(mCompanionDevice.hasSecureChannel()).thenReturn(true); in onMessageReceived()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarSyncFeature.java89 if (!device.hasSecureChannel()) { in onMessageReceived()
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/
DConnectedDeviceManagerTest.java150 assertThat(connectedDevice.hasSecureChannel()).isTrue(); in getActiveUserConnectedDevices_reflectsSecureChannelEstablished()
226 assertThat(connectedDevice.hasSecureChannel()).isFalse(); in connectionCallback_onDeviceConnectedInvokedForNewlyConnectedDevice()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/
DConnectedDeviceManager.java550 if (isEncrypted && !connectedDevice.mConnectedDevice.hasSecureChannel()) { in sendMessage()