HomeSort by relevance Sort by last modified time
    Searched refs:isBusy (Results 1 - 11 of 11) sorted by null

  /frameworks/base/voip/java/android/net/rtp/
AudioStream.java 64 public final boolean isBusy() {
115 if (isBusy()) {
149 if (isBusy()) {
RtpStream.java 108 public boolean isBusy() {
126 * @see #isBusy()
129 if (isBusy()) {
147 * @see #isBusy()
150 if (isBusy()) {
171 * @see #isBusy()
174 if (isBusy()) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
ConnectSpecificProfilesActivity.java 154 pref.setEnabled(!mCachedDevice.isBusy());
200 setOnlineMode(mCachedDevice.isConnected() || mCachedDevice.isBusy(), false);
229 mOnlineModePreference.setEnabled(!mCachedDevice.isBusy());
262 profilePref.setEnabled(!mCachedDevice.isBusy());
BluetoothDevicePreference.java 89 mIsBusy = mCachedDevice.isBusy();
CachedBluetoothDevice.java 454 public boolean isBusy() {
686 if (mLocalManager.getBluetoothState() != BluetoothAdapter.STATE_ON || isBusy()) {
  /external/webkit/JavaScriptCore/API/
JSBase.cpp 99 if (!globalData.heap.isBusy())
  /external/webkit/JavaScriptCore/runtime/
Collector.h 78 bool isBusy(); // true if an allocation or collection is in progress
Collector.cpp 190 ASSERT(!isBusy());
    [all...]
  /external/webkit/JavaScriptGlue/
JavaScriptGlue.cpp 343 if (!heap->isBusy())
  /packages/apps/Email/src/com/android/email/
MessagingController.java 154 public boolean isBusy() {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 729 milliseconds