Searched defs:disable (Results 1 - 15 of 15) 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/Car/Hvac/src/com/android/car/hvac/ui/
H A DHvacPanelRow.java68 public void disablePanel(boolean disable) { argument
69 mDisableClickOnChildren = disable;
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallOrientationEventListener.java155 public void disable() { method in class:InCallOrientationEventListener
162 super.disable();
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemailStatus.java148 public static void disable(Context context, PhoneAccountHandle phoneAccountHandle) { method in class:VoicemailStatus
/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/notification/
H A DNotificationAccessSettings.java111 private static void disable(final NotificationAccessSettings parent, final ComponentName cn) { method in class:NotificationAccessSettings
159 disable(parent, cn);
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/
H A DMpegTsSampleSource.java112 public void disable(int track) { method in class:MpegTsSampleSource
/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.java250 mPrintersAdapter.disable();
463 public void disable() { method in class:PrintServiceSettingsFragment.PrintersAdapter
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java289 //Process stop or disable pending
813 public boolean disable() { method in class:AdapterService.AdapterServiceBinder
816 Log.w(TAG, "disable() - Not allowed for non-active user and non system user");
822 return service.disable();
1287 service.disable();
1431 boolean disable() { method in class:AdapterService
1434 debugLog("disable() called...");
/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/Nfc/src/com/android/nfc/
H A DNfcService.java812 public boolean disable(boolean saveState) throws RemoteException { method in class:NfcService.NfcAdapterService
911 // Short-cut the disable path
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1110 public void disable() { method in class:ConversationCursor
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 935 milliseconds