Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/java/android/net/rtp/
DRtpStream.java114 public boolean isBusy() { in isBusy() method in RtpStream
135 if (isBusy()) { in setMode()
156 if (isBusy()) { in associate()
183 if (isBusy()) { in release()
DAudioStream.java69 public final boolean isBusy() { in isBusy() method in AudioStream
122 if (isBusy()) { in setCodec()
156 if (isBusy()) { in setDtmfType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemFactory.kt71 isEnabled = !cachedDevice.isBusy, in isFilterMatched()
121 if (cachedDevice.isBusy) backgroundOffBusy else backgroundOn, in create()
123 isActive = !cachedDevice.isBusy in create()
156 if (cachedDevice.isBusy) backgroundOffBusy else backgroundOff, in create()
195 if (cachedDevice.isBusy) backgroundOffBusy else backgroundOff, in create()
224 if (cachedDevice.isBusy) backgroundOffBusy else backgroundOff, in create()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaDevice.java63 return isConnected() || mCachedDevice.isBusy() in getSummary()
70 return isConnected() || mCachedDevice.isBusy() in getSummaryForTv()
DLocalMediaManager.java188 if (!cachedDevice.isConnected() && !cachedDevice.isBusy()) { in connectDevice()
770 .isBusy() in onDeviceAttributesChanged()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DLocalMediaManagerTest.java205 when(cachedDevice.isBusy()).thenReturn(false); in connectDevice_bluetoothDeviceNotConnected_connectBluetoothDevice()
402 when(cachedDevice.isBusy()).thenReturn(false); in onDeviceAttributesChanged_failingTransferring_shouldResetState()
502 when(cachedDevice.isBusy()).thenReturn(false); in onDeviceListAdded_transferToDisconnectedBluetooth_verifyConnectDevice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegateTest.kt145 `when`(cachedBluetoothDevice.isBusy).thenReturn(false) in setUp()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java898 public boolean isBusy() { in isBusy() method in CachedBluetoothDevice
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17663 method public final boolean isBusy();
17676 method public boolean isBusy();
/frameworks/base/core/api/
Dcurrent.txt29192 method @Deprecated public final boolean isBusy();
29205 method @Deprecated public boolean isBusy();