Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java453 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
465 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
467 .mMetadataCache.get(mTestDevice2.getAddress()).is_active_a2dp_device); in testSetConnection()
480 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
495 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
510 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
528 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
546 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
564 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
582 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java554 metadata.is_active_a2dp_device = true; in setConnection()
582 if (metadata.is_active_a2dp_device) { in setDisconnection()
583 metadata.is_active_a2dp_device = false; in setDisconnection()
599 if (metadata.is_active_a2dp_device) { in resetActiveA2dpDevice()
601 metadata.is_active_a2dp_device = false; in resetActiveA2dpDevice()
642 if (metadata.is_active_a2dp_device) { in getMostRecentlyConnectedA2dpDevice()
752 data.is_active_a2dp_device = isActiveA2dpDevice; in createMetadata()
H A DMetadata.java52 public boolean is_active_a2dp_device; field in Metadata
62 is_active_a2dp_device = true; in Metadata()