Searched refs:isBusy (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceProfilesSettings.java220 pref.setEnabled(!mCachedDevice.isBusy());
334 profilePref.setEnabled(!mCachedDevice.isBusy());
H A DBluetoothDevicePreference.java116 setEnabled(!mCachedDevice.isBusy());
H A DCachedBluetoothDevice.java414 boolean isBusy() { method in class:CachedBluetoothDevice
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaItemView.java435 boolean isBusy = mIsPlaying || mTimeline.isTrimming() || mIsScrolling;
436 if (!isBusy && !mWantThumbnails.isEmpty()) {
/packages/apps/Email/src/com/android/email/
H A DMessagingController.java175 public boolean isBusy() { method in class:MessagingController

Completed in 112 milliseconds