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

1234567891011

/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 DIPowerManager.aidl12 ** distributed under the License is distributed on an "AS IS" BASIS,
60 void setAttentionLight(boolean on, int color);
H A DTokenWatcher.java11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * on. If you don't care, just call it like this, although your thread
60 * the current count is 0, the acquired method is called on the given
164 private void sendNotificationLocked(boolean on) argument
166 int value = on ? 1 : 0;
/frameworks/native/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/native/opengl/tests/tritex/
H A Dtritex.cpp2 // ITERATIONS. Should draw a checkerboard on the screen after
208 const unsigned int on = 0xff0000ff; local
212 on, off, on, off, on, off, on, off,
213 off, on, off, on, off, on, off, on,
[all...]
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp315 const unsigned int on = 0xff0000ff;
319 on, off, on, off, on, off, on, off,
320 off, on, off, on, off, on, off, on,
321 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/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DAppNotIdleException.java11 * distributed under the License is distributed on an "AS IS" BASIS,
46 * @return a AppNotIdleException suitable to be thrown on the instrumentation thread.
54 seconds, loopCount, Joiner.on(",").join(idleConditions));
67 * @return a AppNotIdleException suitable to be thrown on the instrumentation thread.
71 message, Joiner.on(",").join(idleConditions));
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java11 * distributed under the License is distributed on an "AS IS" BASIS,
35 void onNotificationLight(boolean on); argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlLocalDeviceStub.java31 void onBusOvercurrentDetected(boolean on) { argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dwin_asm.bat4 echo on
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl11 * distributed under the License is distributed on an "AS IS" BASIS,
77 void setMicrophoneMute(boolean on, String callingPackage);
105 void setSpeakerphoneOn(boolean on);
109 void setBluetoothScoOn(boolean on);
113 void setBluetoothA2dpOn(boolean on);
128 * Success of registration is subject to a check on
141 * Like registerRemoteControlDisplay, but with success being subject to a check on
204 int setHdmiSystemAudioSupported(boolean on);
/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java11 * distributed under the License is distributed on an "AS IS" BASIS,
103 public void setVisibility(boolean on) { argument
107 mVisible = on;
109 if (on) {
H A DCircularDisplayMask.java11 * distributed under the License is distributed on an "AS IS" BASIS,
131 public void setVisibility(boolean on) { argument
135 mVisible = on;
137 if (on) {
H A DFocusedStackFrame.java11 * distributed under the License is distributed on an "AS IS" BASIS,
110 public void setVisibility(boolean on) { argument
111 if (false && DEBUG_STACK) Slog.i(TAG, "setVisibility: on=" + on +
117 if (on) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/cmds/app_process/
H A DAndroid.mk22 # depending on the target configuration.
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/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,

Completed in 586 milliseconds

1234567891011