Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairUtils.java48 keys = readStoredAccountKeys(context); in getAccountKeyAdvertisement()
87 static List<AccountKey> readStoredAccountKeys(Context context) { in readStoredAccountKeys() method in FastPairUtils
H A DFastPairGattServer.java439 List<AccountKey> storedAccountKeys = FastPairUtils.readStoredAccountKeys(mContext); in processKeyBasedPairing()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothFastPairTest.java228 List<FastPairUtils.AccountKey> testKeys = FastPairUtils.readStoredAccountKeys(mMockContext); in readAccountKeysTest()