Searched refs:on (Results 151 - 175 of 268) sorted by relevance

1234567891011

/frameworks/opt/inputmethodcommon/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/mms/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/net/ethernet/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/net/ims/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/net/voip/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/telephony/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/timezonepicker/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/vcard/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/vcard/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/appcompat/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/gridlayout/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/palette/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/webview/chromium/tests/java/
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/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java11 * distributed under the License is distributed on an "AS IS" BASIS,
55 * on-demand (that is, when the USB cable is connected). It uses the alert
93 final boolean on = newState.equals(Environment.MEDIA_SHARED);
94 switchDisplay(on);
247 private void switchUsbMassStorage(final boolean on) { argument
248 // things to do on the UI thread
264 if (on) {
295 // List of applications on sdcard.
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
113 * @param previewId preview drawable shown on enter key
114 * @param iconId normal drawable shown on enter key
115 * @param labelId string shown on enter key
138 * Allows shiftlock to be turned on. See {@link #setShiftLocked(boolean)}
156 * Turn on shift lock. This turns on the LED for this key, if it has one.
165 shiftKey.on = shiftLocked;
173 * Turn on shift mode. Sets shift mode and turns on ico
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java11 * distributed under the License is distributed on an "AS IS" BASIS,
85 * may show depending on whether the keyguard is showing, and whether the device
226 void onToggle(boolean on) {
236 changeAirplaneModeSystemSetting(on);
625 // note: the scheme below made more sense when we were planning on having
747 * A toggle action knows whether it is on or off, and displays an icon
779 * @param enabledIconResId The icon for when this action is on.
782 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled'
827 boolean on = ((mState == State.On) || (mState == State.TurningOn));
830 (on
869 onToggle(boolean on) argument
885 onToggle(boolean on) argument
1061 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,
57 // The network we're running on, and its type.
69 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
71 // interface observers, called on the notification threads.
94 // Only support clat on mobile and wifi for now, because these are the only IPv6-only
117 * Starts the clat daemon. Called by ConnectivityService on the handler thread.
133 Slog.e(TAG, "startClat: Can't register interface observer for clat on " + mNetwork);
139 Slog.e(TAG, "startClat: Can't start clat on null interface");
143 // From now on, isStarted() will return true.
145 Slog.i(TAG, "Starting clatd on "
226 maybeSetIpv6NdOffload(String iface, boolean on) argument
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevicePlayback.java11 * distributed under the License is distributed on an "AS IS" BASIS,
41 // turn them on.
130 // We'll not clear mIsActiveSource on the hotplug event to pass CETC 11.2.2-2 ~ 3.
140 void setActiveSource(boolean on) { argument
142 mIsActiveSource = on;
143 if (on) {
/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/opt/photoviewer/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
63 # Build the regular static libraries based on the above.

Completed in 429 milliseconds

1234567891011