Home
last modified time | relevance | path

Searched refs:isBusy (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DBluetoothMediaDevice.java64 return isConnected() || mCachedDevice.isBusy() in getSummary()
H A DLocalMediaManager.java172 if (!cachedDevice.isConnected() && !cachedDevice.isBusy()) { in connectDevice()
761 .isBusy() in onDeviceAttributesChanged()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java191 when(cachedDevice.isBusy()).thenReturn(false); in connectDevice_bluetoothDeviceNotConnected_connectBluetoothDevice()
394 when(cachedDevice.isBusy()).thenReturn(false); in onDeviceAttributesChanged_failingTransferring_shouldResetState()
499 when(cachedDevice.isBusy()).thenReturn(false); in onDeviceListAdded_transferToDisconnectedBluetooth_verifyConnectDevice()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java809 public boolean isBusy() { in isBusy() method in CachedBluetoothDevice
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt28690 method @Deprecated public final boolean isBusy();
28703 method @Deprecated public boolean isBusy();