Home
last modified time | relevance | path

Searched refs:advertiseAccountKeys (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairProvider.java76 advertiseAccountKeys();
136 advertiseAccountKeys();
235 void advertiseAccountKeys() { in advertiseAccountKeys() method in FastPairProvider
238 mFastPairAdvertiser.advertiseAccountKeys(mFastPairAccountKeyStorage.getAllAccountKeys(), in advertiseAccountKeys()
DFastPairAdvertiser.java176 public void advertiseAccountKeys(List<AccountKey> accountKeys, Callbacks callback) { in advertiseAccountKeys() method in FastPairAdvertiser
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairAdvertiserTest.java269 mFastPairAdvertiser.advertiseAccountKeys(TEST_EMPTY_ACCOUNT_KEYS, mCallback); in testAdvertiseAccountKeyFilterNoKeys_advertisingSucceeds()
310 mFastPairAdvertiser.advertiseAccountKeys(TEST_ACCOUNT_KEYS, mCallback); in testAdvertiseAccountKeyFilterWithKeys_advertisingSucceeds()
358 mFastPairAdvertiser.advertiseAccountKeys(TEST_ACCOUNT_KEYS, mCallback); in testAdvertiseAccountKeyFilterWhileStarted_doNothing()