Searched refs:on (Results 1 - 25 of 175) sorted by relevance

1234567

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothStateChangeCallback.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
26 void onBluetoothStateChange(boolean on);
/frameworks/base/core/java/android/os/
H A DIHardwareService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
24 void setFlashlightEnabled(boolean on);
H A DPower.java11 * distributed under the License is distributed on an "AS IS" BASIS,
36 * not be on.
41 * Wake lock that ensures that the screen is on.
59 * Brightness value for fully on
75 * Turn the screen on or off
77 * @param on Whether you want the screen on or off
79 public static native int setScreenState(boolean on); argument
H A DIPowerManager.aidl12 ** distributed under the License is distributed on an "AS IS" BASIS,
47 void setAttentionLight(boolean on, int color);
H A DTokenWatcher.java11 * distributed under the License is distributed on an "AS IS" BASIS,
35 * on. If you don't care, just call it like this, although your thread
58 * the current count is 0, the acquired method is called on the given
146 private void sendNotificationLocked(boolean on) argument
148 int value = on ? 1 : 0;
/frameworks/base/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp115 const unsigned int on = 0xff0000ff; local
119 on, off, on, off, on, off, on, off,
120 off, on, off, on, off, on, off, on,
121 on, of
[all...]
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp2 // ITERATIONS. Should draw a checkerboard on the screen after
207 const unsigned int on = 0xff0000ff; local
211 on, off, on, off, on, off, on, off,
212 off, on, off, on, off, on, off, on,
[all...]
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp314 const unsigned int on = 0xff0000ff;
318 on, off, on, off, on, off, on, off,
319 off, on, off, on, off, on, off, on,
320 on, of
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
H A DMapView.java11 * distributed under the License is distributed on an "AS IS" BASIS,
79 public void setSatellite(boolean on) { argument
86 public void setTraffic(boolean on) { argument
93 public void setStreetView(boolean on) { argument
/frameworks/base/core/java/com/android/server/
H A DResettableTimeout.java11 * distributed under the License is distributed on an "AS IS" BASIS,
24 * Utility class that you can call on with a timeout, and get called back
33 * This is called with the monitor on this method held, so be careful.
37 public abstract void on(boolean alreadyOn); method in class:ResettableTimeout
41 * This is called with the monitor on this method held, so be careful.
47 * <p>1. Call on()</p>
60 // thread to stop it can't start, we don't turn the vibrator on
76 on(alreadyOn);
/frameworks/base/core/jni/
H A Dandroid_os_Power.cpp12 ** distributed under the License is distributed on an "AS IS" BASIS,
66 setScreenState(JNIEnv *env, jobject clazz, jboolean on) argument
68 return set_screen_state(on);
/frameworks/base/media/libstagefright/codecs/common/
H A DConfig.mk16 # Do we also need to check on ARCH_ARM_HAVE_ARMV7A? - probably not
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dwin_asm.bat4 echo on
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DCompatModePanel.java11 * distributed under the License is distributed on an "AS IS" BASIS,
130 final boolean on = (mode == ActivityManager.COMPAT_MODE_ENABLED);
131 mOnButton.setChecked(on);
132 mOffButton.setChecked(!on);
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
74 void setSpeakerphoneOn(boolean on);
78 void setBluetoothScoOn(boolean on);
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk12 # support (e.g., on Darwin). This should only be used to build fat
22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 436 milliseconds

1234567