Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DPn544Interop.cpp126 bool isBusy = false; in pn544InteropIsBusy() local
128 isBusy = gIsBusy; in pn544InteropIsBusy()
130 ALOGD ("%s: %u", __FUNCTION__, isBusy); in pn544InteropIsBusy()
131 return isBusy; in pn544InteropIsBusy()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java147 setEnabled(!mCachedDevice.isBusy()); in onDeviceAttributesChanged()
DDeviceProfilesSettings.java348 profilePref.setEnabled(!mCachedDevice.isBusy()); in refreshProfilePreference()