Home
last modified time | relevance | path

Searched defs:accountKey (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DMessageStreamHmacEncoder.java44 public static byte[] encodeMessagePacket(byte[] accountKey, byte[] sectionNonce, byte[] data) in encodeMessagePacket()
63 public static boolean verifyHmac(byte[] accountKey, byte[] sectionNonce, byte[] data) in verifyHmac()
89 private static void checkAccountKeyAndSectionNonce(byte[] accountKey, byte[] sectionNonce) in checkAccountKeyAndSectionNonce()
DFastPairHistoryItem.java49 ByteString accountKey, ByteString sha256AccountKeyPublicAddress) { in create()
53 ByteString accountKey() { in accountKey() method in FastPairHistoryItem
DFastPairDualConnection.java1392 private byte[] doWriteAccountKey(byte[] accountKey, String macAddress) in doWriteAccountKey()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/pairinghandler/
DPairingProgressHandlerBase.java60 @Nullable byte[] accountKey, in create()
145 byte[] accountKey, in onPairedCallbackCalled()
163 byte[] accountKey, FastPairConnection connection, in getKeyForLocalCache()
188 byte[] accountKey, in optInFootprintsForInitialPairing()
DHalfSheetPairingProgressHandler.java42 @Nullable byte[] accountKey) { in HalfSheetPairingProgressHandler()
83 byte[] accountKey, in onPairedCallbackCalled()
DNotificationPairingProgressHandler.java45 @Nullable byte[] accountKey, in NotificationPairingProgressHandler()
76 byte[] accountKey, in onPairedCallbackCalled()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/notification/
DFastPairNotifications.java76 public Notification discoveryNotification(DiscoveryItem item, byte[] accountKey) { in discoveryNotification()
109 public Notification showPairingFailedNotification(DiscoveryItem item, byte[] accountKey) { in showPairingFailedNotification()
164 private PendingIntent getPairIntent(Cache.StoredDiscoveryItem item, byte[] accountKey) { in getPairIntent()
DFastPairNotificationManager.java138 public void showDiscoveryNotification(DiscoveryItem item, byte[] accountKey) { in showDiscoveryNotification()
174 public synchronized void showPairingFailedNotification(DiscoveryItem item, byte[] accountKey) { in showPairingFailedNotification()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/
DFastPairController.java166 @Nullable byte[] accountKey, in pair()
190 @Nullable byte[] accountKey, in pair()
240 public void addDeviceToFootprint(String publicAddress, byte[] accountKey, in addDeviceToFootprint()
DFastPairManager.java250 @Nullable byte[] accountKey, in pair()
267 @Nullable byte[] accountKey, in pairInternal()
406 DiscoveryItem item, @Nullable byte[] accountKey) { in isThroughFastPair2InitialPairing()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulatorDatabase.java55 public void addAccountKey(byte[] accountKey) { in addAccountKey()
138 public void addFastPairSeekerDevice(@Nullable BluetoothDevice device, byte[] accountKey) { in addFastPairSeekerDevice()
207 private FastPairSeekerDevice(BluetoothDevice device, byte[] accountKey) { in FastPairSeekerDevice()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/footprint/
DFastPairUploadInfo.java36 public FastPairUploadInfo(Cache.StoredDiscoveryItem storedDiscoveryItem, ByteString accountKey, in FastPairUploadInfo()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/src/android/nearby/fastpair/provider/simulator/app/
DRemoteDeviceListener.java84 ByteString accountKey = mMainActivity.getAccontKey(); in onInputData() local
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/fastpair/pairinghandler/
DNotificationPairingProgressHandlerTest.java139 private NotificationPairingProgressHandler createProgressHandler( in createProgressHandler()
DPairingProgressHandlerBaseTest.java218 private PairingProgressHandlerBase createProgressHandler( in createProgressHandler()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/presence/
DPresenceDiscoveryResultTest.java122 DataElement accountKey = new DataElement(DATA_TYPE_ACCOUNT_KEY, new byte[]{1, 2, 3, 4}); in testAccountMatches() local
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/shared/android/nearby/fastpair/seeker/
DFastPairTestDataCache.kt77 @SerializedName("account_key") val accountKey: String?, constant in android.nearby.fastpair.seeker.FastPairTestDataCache.FastPairAccountKeyDeviceMetadataData
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java968 private void processAccountKey(byte[] accountKey) { in processAccountKey()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java778 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData() local
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java603 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData() local