Searched defs:disable (Results 1 - 6 of 6) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DRecognizerLogger.java93 public static void disable(Context context) { method in class:RecognizerLogger
/packages/apps/Contacts/src/com/android/contacts/
H A DProximitySensorManager.java63 * {@link #unregister()} to enable and disable the notifications.
227 public void disable(boolean waitForFarState) { method in class:ProximitySensorManager
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java27 // samples stack traces for a thread periodically. enable() and disable() is
28 // used to enable and disable profiling for the calling thread. The profiling
31 // The disableAll() method can be used to disable profiling for all threads and
193 public static void disable() { method in class:Profile
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothAdapter.java88 boolean disable() { method in class:LocalBluetoothAdapter
89 return mAdapter.disable();
201 : mAdapter.disable();
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java210 //Process stop or disable pending
535 public boolean disable() { method in class:AdapterService.AdapterServiceBinder
538 Log.w(TAG,"disable(): not allowed for non-active user and non system user");
544 return service.disable();
916 boolean disable() { method in class:AdapterService
920 if (DBG) debugLog("disable() called...");
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java781 public boolean disable(boolean saveState) throws RemoteException { method in class:NfcService.NfcAdapterService
841 // Short-cut the disable path

Completed in 3149 milliseconds