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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DCommonPreferences.java35 public static void disable(final SharedPreferences pref, final String id) { method in class:CommonPreferences
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DRecapitalizeStatus.java131 public void disable() { method in class:RecapitalizeStatus
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintServiceSettingsFragment.java302 mPrintersAdapter.disable();
501 public void disable() { method in class:PrintServiceSettingsFragment.PrintersAdapter
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java339 //Process stop or disable pending
779 public boolean disable() { method in class:AdapterService.AdapterServiceBinder
782 Log.w(TAG, "disable() - Not allowed for non-active user and non system user");
788 return service.disable();
1218 service.disable();
1329 boolean disable() { method in class:AdapterService
1332 debugLog("disable() called...");
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java715 public boolean disable(boolean saveState) throws RemoteException { method in class:NfcService.NfcAdapterService
809 // Short-cut the disable path
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java302 * Same disable rules apply as the photo flash option.
308 * Same disable rules apply as the photo flash option.
905 * Enable or disable swipe gestures. We want to disable them e.g. while we
1518 public void setDisableAllUserInteractions(boolean disable) { argument
1519 if (disable) {
1529 mDisableAllUserInteractions = disable;
2073 // Hide both flash and torch button in flash disable logic
2088 // Disable both flash and torch button in flash disable
2184 // enabled), but the device/module has the feature, then disable th
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1110 public void disable() { method in class:ConversationCursor
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java3478 protected void disableVoiceButtonProxy(boolean disable) { argument

Completed in 243 milliseconds