Searched refs:enable (Results 101 - 109 of 109) sorted by relevance

12345

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettings.java111 // When the user taps "Email Preferences" 10 times in a row, we'll enable the debug settings.
183 * Launch generic settings and pre-enable the debug preferences
285 * Listen for secret sequence and, if heard, enable debug menu
315 // We only want to enable the feedback menu item, if there is a valid feedback uri
562 // Secret keys: Click 10x to enable debug settings
614 // When we're changing fragments, enable/disable the add account button
650 public void onEnableProceedButtons(boolean enable) { argument
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java1026 mOrientationEventListener.enable();
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java3503 // called to enable us to show some padding between the message list and the
3828 boolean enable = false;
3834 enable = true;
3844 sendButton.setEnabled(enable);
3845 sendButton.setFocusable(enable);
/packages/apps/Nfc/nci/jni/
H A DSecureElement.cpp43 extern void setUiccIdleTimeout (bool enable);
482 continue; // do not enable all SEs; only the override one
865 // Re-enable UICC low-power mode
867 // Re-enable RF discovery
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java526 * re-enable scrolling.
1679 private void setEnableOverscroll(boolean enable) { argument
1680 mAllowOverScroll = enable;
H A DWorkspace.java406 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
530 // Re-enable the layout transitions
1864 // enable layers between left and right screen inclusive, except for the
2032 // Re-enable auto layout transitions for page deletion.
2056 private void enableOverviewMode(boolean enable, int snapPage, boolean animated) { argument
2058 if (!enable) {
2438 // transition animation. If fade adjacent pages is disabled, then re-enable the page
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java1061 mOrientationEventListener.enable();
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java1213 // Re-enable the checkbox
1315 final boolean enable = mNotificationSwitch.isChecked();
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java646 * <p>{@link #TASK_BOOT} does first boot work and may enable NFC
648 * process may temporarily enable the NFC adapter
842 Log.w(TAG, "Could not enable NFC to wipe NFC-EE");
934 public boolean enable() throws RemoteException { method in class:NfcService.NfcAdapterService
941 Log.i(TAG, "denying enable() request (airplane mode)");

Completed in 283 milliseconds

12345