Searched refs:on (Results 201 - 225 of 368) sorted by relevance

1234567891011>>

/frameworks/support/annotations/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/dynamic-animation/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/exifinterface/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/percent/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/recommendation/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/tv-provider/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v17/leanback/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/cardview/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/recyclerview/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsdFlushBits.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsdFlushBits.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/minikin/libs/minikin/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
54 # Enable race detection on eng and userdebug build.
/frameworks/minikin/tests/unittest/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
15 # see how_to_run.txt for instructions on running these tests
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java11 * distributed under the License is distributed on an "AS IS" BASIS,
188 public void onBluetoothStateChange(boolean on) {
190 Log.d(TAG, "onBluetoothStateChange on: " + on);
191 if (on) {
221 * <p> This API returns false in scenarios like the profile on the
222 * device is already connected or Bluetooth is not turned on.
232 * @return false on immediate error,
254 * <p> This API will return false in scenarios like the profile on the
273 * @return false on immediat
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java10 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
79 * may show depending on whether the keyguard is showing, and whether the device
230 void onToggle(boolean on) {
240 changeAirplaneModeSystemSetting(on);
751 // note: the scheme below made more sense when we were planning on having
866 * A toggle action knows whether it is on or off, and displays an icon
898 * @param enabledIconResId The icon for when this action is on.
901 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled'
946 boolean on = ((mState == State.On) || (mState == State.TurningOn));
949 (on
988 onToggle(boolean on) argument
1004 onToggle(boolean on) argument
1180 changeAirplaneModeSystemSetting(boolean on) argument
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java11 * distributed under the License is distributed on an "AS IS" BASIS,
48 // The network types we will start clatd on.
60 // The network we're running on, and its type.
72 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
74 // interface observers, called on the notification threads.
97 // Only support clat on mobile and wifi for now, because these are the only IPv6-only
120 * Starts the clat daemon. Called by ConnectivityService on the handler thread.
136 Slog.e(TAG, "startClat: Can't register interface observer for clat on " + mNetwork);
142 Slog.e(TAG, "startClat: Can't start clat on null interface");
146 // From now on, isStarte
229 maybeSetIpv6NdOffload(String iface, boolean on) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java11 * distributed under the License is distributed on an "AS IS" BASIS,
81 * may show depending on whether the keyguard is showing, and whether the device
231 void onToggle(boolean on) {
241 changeAirplaneModeSystemSetting(on);
754 // note: the scheme below made more sense when we were planning on having
869 * A toggle action knows whether it is on or off, and displays an icon
901 * @param enabledIconResId The icon for when this action is on.
904 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled'
949 boolean on = ((mState == State.On) || (mState == State.TurningOn));
952 (on
991 onToggle(boolean on) argument
1007 onToggle(boolean on) argument
1183 changeAirplaneModeSystemSetting(boolean on) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s11 ;// distributed under the License is distributed on an "AS IS" BASIS,
42 ; * block; must be aligned on a 4-byte boundary. The
46 ; * on a 4-byte boundary.
48 ; * aligned on a 4-byte boundary.
132 ;// Assigning pointers to Input arguments on Stack
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevicePlayback.java11 * distributed under the License is distributed on an "AS IS" BASIS,
56 // turn them on. True by default, and can be disabled (i.e. device can go to sleep
71 // initial setting on UI.
155 // We'll not clear mIsActiveSource on the hotplug event to pass CETC 11.2.2-2 ~ 3.
192 void setActiveSource(boolean on) { argument
194 mIsActiveSource = on;
195 if (on) {
219 HdmiLogger.debug("No wakelock is used to keep the display on.");
335 // which is not available on Settings.
/frameworks/base/services/core/jni/
H A Dcom_android_server_VibratorService.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
65 Status retStatus = mHal->on(timeout_ms);
119 // Don't warn on UNSUPPORTED_OPERATION, that's a normal even and just means the motor
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java11 * distributed under the License is distributed on an "AS IS" BASIS,
347 final OnTextChanged on, final AfterTextChanged after,
350 if (before == null && after == null && on == null && textAttrChanged == null) {
363 if (on != null) {
364 on.onTextChanged(s, start, before, count);
346 setTextWatcher(TextView view, final BeforeTextChanged before, final OnTextChanged on, final AfterTextChanged after, final InverseBindingListener textAttrChanged) argument
/frameworks/opt/photoviewer/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
65 # Build the regular static libraries based on the above.
/frameworks/av/camera/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 623 milliseconds

1234567891011>>