Searched refs:hasSecureChannel (Results 1 – 7 of 7) sorted by relevance
41 device.hasSecureChannel()); in CompanionDevice()49 boolean isActiveUser, boolean hasSecureChannel) { in CompanionDevice() argument53 mHasSecureChannel = hasSecureChannel; in CompanionDevice()77 public boolean hasSecureChannel() { in hasSecureChannel() method in CompanionDevice106 && mHasSecureChannel == companionDevice.hasSecureChannel(); in equals()
46 boolean belongsToActiveUser, boolean hasSecureChannel) { in ConnectedDevice() argument50 mHasSecureChannel = hasSecureChannel; in ConnectedDevice()73 public boolean hasSecureChannel() { in hasSecureChannel() method in ConnectedDevice
72 if (mSecureDeviceForActiveUser == null && device.hasSecureChannel() in onMessageReceived()
130 when(mCompanionDevice.hasSecureChannel()).thenReturn(true); in onMessageReceived()
89 if (!device.hasSecureChannel()) { in onMessageReceived()
150 assertThat(connectedDevice.hasSecureChannel()).isTrue(); in getActiveUserConnectedDevices_reflectsSecureChannelEstablished()226 assertThat(connectedDevice.hasSecureChannel()).isFalse(); in connectionCallback_onDeviceConnectedInvokedForNewlyConnectedDevice()
550 if (isEncrypted && !connectedDevice.mConnectedDevice.hasSecureChannel()) { in sendMessage()