Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java419 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
431 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
433 .mMetadataCache.get(mTestDevice2.getAddress()).is_active_a2dp_device); in testSetConnection()
445 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
447 .mMetadataCache.get(mTestDevice2.getAddress()).is_active_a2dp_device); in testSetConnection()
459 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
461 .mMetadataCache.get(mTestDevice2.getAddress()).is_active_a2dp_device); in testSetConnection()
473 .mMetadataCache.get(mTestDevice.getAddress()).is_active_a2dp_device); in testSetConnection()
475 .mMetadataCache.get(mTestDevice2.getAddress()).is_active_a2dp_device); in testSetConnection()
477 .mMetadataCache.get(mTestDevice3.getAddress()).is_active_a2dp_device); in testSetConnection()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java571 metadata.is_active_a2dp_device = true; in setConnection()
599 if (metadata.is_active_a2dp_device) { in setDisconnection()
600 metadata.is_active_a2dp_device = false; in setDisconnection()
616 if (metadata.is_active_a2dp_device) { in resetActiveA2dpDevice()
618 metadata.is_active_a2dp_device = false; in resetActiveA2dpDevice()
659 if (metadata.is_active_a2dp_device) { in getMostRecentlyConnectedA2dpDevice()
769 data.is_active_a2dp_device = isActiveA2dpDevice; in createMetadata()
DMetadata.java52 public boolean is_active_a2dp_device; field in Metadata
62 is_active_a2dp_device = true; in Metadata()