Searched refs:setEncryptionKeyTag (Results 1 – 5 of 5) sorted by relevance
136 ScanRequest.SCAN_TYPE_NEARBY_PRESENCE).setAction(ACTION).setEncryptionKeyTag( in test_presenceFilterMatches_match()152 ScanRequest.SCAN_TYPE_NEARBY_PRESENCE).setAction(5).setEncryptionKeyTag( in test_presenceFilterMatches_actionNotMatch()162 ScanRequest.SCAN_TYPE_NEARBY_PRESENCE).setAction(ACTION).setEncryptionKeyTag( in test_onDiscoveredOnUpdatedCalled()188 ScanRequest.SCAN_TYPE_NEARBY_PRESENCE).setAction(ACTION).setEncryptionKeyTag( in test_onLost()218 ScanRequest.SCAN_TYPE_NEARBY_PRESENCE).setAction(ACTION).setEncryptionKeyTag( in test_onError()
79 .setEncryptionKeyTag(METADATA_ENCRYPTION_KEY_TAG) in testFromDevice()104 .setEncryptionKeyTag(METADATA_ENCRYPTION_KEY_TAG) in testFromDevice_presenceDeviceAvailable()
273 builder.setEncryptionKeyTag(credential.getEncryptedMetadataKeyTag()); in setPresenceDevice()
380 .setEncryptionKeyTag(encryptedMetaDataTag) in onMessageFromNanoApp()
567 public Builder setEncryptionKeyTag(@Nullable byte[] encryptionKeyTag) { in setEncryptionKeyTag() method in NearbyDeviceParcelable.Builder