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

12345

/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,
44 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/media/java/android/media/
H A DIAudioService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
67 void setSpeakerphoneOn(boolean on);
71 void setBluetoothScoOn(boolean on);
/frameworks/base/cmds/bootanimation/
H A DAndroid.mk8 # need "-lrt" on Linux simulator to pick up clock_gettime
/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/services/sensorservice/
H A DAndroid.mk15 # need "-lrt" on Linux simulator to pick up clock_gettime
/frameworks/base/opengl/libs/
H A DAndroid.mk20 # needed on sim build because of weird logging issues
24 # Bionic's private TLS header relies on the ARCH_ARM_HAVE_TLS_REGISTER to
60 # make sure we depend on egl.cfg, so it gets installed
79 # needed on sim build because of weird logging issues
115 # needed on sim build because of weird logging issues
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java11 * distributed under the License is distributed on an "AS IS" BASIS,
53 * may show depending on whether the keyguard is showing, and whether the device
135 void onToggle(boolean on) {
136 if (on) {
162 void onToggle(boolean on) {
172 changeAirplaneModeSystemSetting(on);
336 // note: the scheme below made more sense when we were planning on having
403 * A toggle action knows whether it is on or off, and displays an icon
435 * @param enabledIconResId The icon for when this action is on.
438 * @param enabledStatusMessageResId The on statu
516 onToggle(boolean on) argument
568 changeAirplaneModeSystemSetting(boolean on) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_Power.cpp12 ** distributed under the License is distributed on an "AS IS" BASIS,
73 setScreenState(JNIEnv *env, jobject clazz, jboolean on) argument
75 return set_screen_state(on);
/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 396 milliseconds

12345