| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/ |
| D | MessageStreamHmacEncoder.java | 44 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()
|
| D | FastPairHistoryItem.java | 49 ByteString accountKey, ByteString sha256AccountKeyPublicAddress) { in create() 53 ByteString accountKey() { in accountKey() method in FastPairHistoryItem
|
| D | FastPairDualConnection.java | 1392 private byte[] doWriteAccountKey(byte[] accountKey, String macAddress) in doWriteAccountKey()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/pairinghandler/ |
| D | PairingProgressHandlerBase.java | 60 @Nullable byte[] accountKey, in create() 145 byte[] accountKey, in onPairedCallbackCalled() 163 byte[] accountKey, FastPairConnection connection, in getKeyForLocalCache() 188 byte[] accountKey, in optInFootprintsForInitialPairing()
|
| D | HalfSheetPairingProgressHandler.java | 42 @Nullable byte[] accountKey) { in HalfSheetPairingProgressHandler() 83 byte[] accountKey, in onPairedCallbackCalled()
|
| D | NotificationPairingProgressHandler.java | 45 @Nullable byte[] accountKey, in NotificationPairingProgressHandler() 76 byte[] accountKey, in onPairedCallbackCalled()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/notification/ |
| D | FastPairNotifications.java | 76 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()
|
| D | FastPairNotificationManager.java | 138 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/ |
| D | FastPairController.java | 166 @Nullable byte[] accountKey, in pair() 190 @Nullable byte[] accountKey, in pair() 240 public void addDeviceToFootprint(String publicAddress, byte[] accountKey, in addDeviceToFootprint()
|
| D | FastPairManager.java | 250 @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/ |
| D | FastPairSimulatorDatabase.java | 55 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/ |
| D | FastPairUploadInfo.java | 36 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/ |
| D | RemoteDeviceListener.java | 84 ByteString accountKey = mMainActivity.getAccontKey(); in onInputData() local
|
| /packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/fastpair/pairinghandler/ |
| D | NotificationPairingProgressHandlerTest.java | 139 private NotificationPairingProgressHandler createProgressHandler( in createProgressHandler()
|
| D | PairingProgressHandlerBaseTest.java | 218 private PairingProgressHandlerBase createProgressHandler( in createProgressHandler()
|
| /packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/presence/ |
| D | PresenceDiscoveryResultTest.java | 122 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/ |
| D | FastPairTestDataCache.kt | 77 @SerializedName("account_key") val accountKey: String?, constant in android.nearby.fastpair.seeker.FastPairTestDataCache.FastPairAccountKeyDeviceMetadataData
|
| /packages/services/Car/service/src/com/android/car/bluetooth/ |
| D | FastPairGattServer.java | 968 private void processAccountKey(byte[] accountKey) { in processAccountKey()
|
| /packages/apps/Contacts/src/com/android/contacts/model/ |
| D | ContactLoader.java | 778 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData() local
|
| /packages/apps/Dialer/java/com/android/contacts/common/model/ |
| D | ContactLoader.java | 603 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData() local
|