HomeSort by relevance Sort by last modified time
    Searched defs:disable (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /frameworks/base/core/java/android/os/
StrictMode.java 122 * Boolean system property to disable strict mode checks outright.
123 * Set this to 'true' to force disable; 'false' has no effect on other
124 * enable/disable policy.
127 public static final String DISABLE_PROPERTY = "persist.sys.strictmode.disable";
375 * Disable the detection of everything.
378 return disable(ALL_THREAD_DETECT_BITS);
389 * Disable detection of network operations.
392 return disable(DETECT_NETWORK);
403 * Disable detection of disk reads.
406 return disable(DETECT_DISK_READ)
499 private Builder disable(int bit) { method in class:StrictMode.ThreadPolicy.Builder
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 1039 public void disable(int state) { method in class:PhoneStatusBar
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaActivity.java     [all...]
Camera.java     [all...]
VideoCamera.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-common.h 213 const unsigned int disable : 16; member in struct:c_common_resword
216 /* Disable mask. Keywords are disabled if (reswords[i].disable &
218 languages the disable field is zero. */
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 558 void (*disable) (struct perf_event *event); member in struct:pmu
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 507 // watch the PREF_DO_NOT_DISTURB and convert to appropriate disable() calls
916 public void disable(int state) { method in class:TabletStatusBar
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 753 public void disable() { method in class:GpsLocationProvider
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 601 public JFmRxStatus disable() { method in class:JFmRx
602 //JFmLog.d(TAG, "disable: entered");
611 JFmLog.e(TAG, "disable: exception during nativeJFmRx_Disable (" + e.toString() + ")");
614 //JFmLog.d(TAG, "disable: exiting");
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 538 * Disable all NFC adapter functions.
695 public boolean disable(boolean saveState) throws RemoteException { method in class:NfcService.NfcAdapterService
755 // Short-cut the disable path
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 319 const unsigned int disable : 16; member in struct:c_common_resword
322 /* Disable mask. Keywords are disabled if (reswords[i].disable &
324 languages the disable field is zero. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 319 const unsigned int disable : 16; member in struct:c_common_resword
322 /* Disable mask. Keywords are disabled if (reswords[i].disable &
324 languages the disable field is zero. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 319 const unsigned int disable : 16; member in struct:c_common_resword
322 /* Disable mask. Keywords are disabled if (reswords[i].disable &
324 languages the disable field is zero. */
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 871 // disable AEC and NS if the device is a BT SCO headset supporting those pre processings
8810 status_t AudioFlinger::EffectHandle::disable() function in class:android::AudioFlinger::EffectHandle
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 364 * Bring down bluetooth and disable BT in settings. Returns true on success.
366 public boolean disable() { method in class:BluetoothService
367 return disable(true);
375 public synchronized boolean disable(boolean saveSetting) { method in class:BluetoothService
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 649 * screen turning off, should always disable listeners if already enabled
652 * screen turned on and current app does not have sensor orientation, disable listeners if
667 boolean disable = true;
670 disable = false;
680 if (disable && mOrientationSensorEnabled) {
681 mOrientationListener.disable();
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
VideoCamera.java 440 // Disable the shutter button if effects are ON since it might take
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 2372 milliseconds

1 2 3 45 6