Home
last modified time | relevance | path

Searched refs:mMetadataCache (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java199 synchronized (mMetadataCache) { in bondStateChanged()
229 synchronized (mMetadataCache) { in setCustomMeta()
264 synchronized (mMetadataCache) { in getCustomMeta()
305 synchronized (mMetadataCache) { in setProfileConnectionPolicy()
360 synchronized (mMetadataCache) { in getProfileConnectionPolicy()
393 synchronized (mMetadataCache) { in setA2dpSupportsOptionalCodecs()
435 synchronized (mMetadataCache) { in getA2dpSupportsOptionalCodecs()
464 synchronized (mMetadataCache) { in setA2dpOptionalCodecsEnabled()
506 synchronized (mMetadataCache) { in getA2dpOptionalCodecsEnabled()
530 synchronized (mMetadataCache) { in setConnection()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java144 mDatabaseManager.mMetadataCache.clear(); in testMetadataDefault()
247 mDatabaseManager.mMetadataCache.put(TEST_BT_ADDR, data); in testRemoveUnusedMetadata_WithSingleBondedDevice()
267 mDatabaseManager.mMetadataCache.clear(); in testRemoveUnusedMetadata_WithSingleBondedDevice()
280 mDatabaseManager.mMetadataCache.put(TEST_BT_ADDR, testData); in testRemoveUnusedMetadata_WithMultiBondedDevices()
321 mDatabaseManager.mMetadataCache.clear(); in testRemoveUnusedMetadata_WithMultiBondedDevices()
614 mDatabaseManager.mMetadataCache.clear(); in testSetConnection()
1079 mDatabaseManager.mMetadataCache.remove(LOCAL_STORAGE); in restartDatabaseManagerHelper()
1089 mDatabaseManager.mMetadataCache.put(TEST_BT_ADDR, data); in testSetGetProfileConnectionPolicyCase()
1119 mDatabaseManager.mMetadataCache.clear(); in testSetGetProfileConnectionPolicyCase()
1163 mDatabaseManager.mMetadataCache.clear(); in testSetGetA2dpOptionalCodecsCase()
[all …]