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

<<11

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java12 * distributed under the License is distributed on an "AS IS" BASIS,
116 logd("Unexpected exception on EVENT_RIL_CONNECTED");
281 // phone on which they perform hierarchical funcs: phone.getA().getB()
1094 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ argument
1095 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DRIL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
168 // use a random so that on recovery we probably don't mix old requests
421 * @return Length of message less header, or -1 on end of stream.
579 // Clear request list on close
1249 sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1254 rr.mParcel.writeString(Integer.toString(on));
1507 setRadioPower(boolean on, Message result) { argument
1511 rr.mParcel.writeInt(on ? 1 : 0);
1515 + (on ? " on"
2226 sendScreenState(boolean on) argument
[all...]
H A DCallManager.java11 * distributed under the License is distributed on an "AS IS" BASIS,
279 * Get current coarse-grained voice call state on a subId.
616 * Active call, if any, go on hold.
687 * Places active call on hold, and makes held call active.
1148 * Play a DTMF tone on the active call.
1176 * Start to paly a DTMF tone on the active call.
1232 * @param on the DTMF ON length in milliseconds, or 0 for default
1237 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1239 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
1372 * Notifies when out-band on
[all...]
H A DPhoneBase.java11 * distributed under the License is distributed on an "AS IS" BASIS,
111 // Key used to read/write "disable data connection on boot" pref (used for testing)
364 * This will be false on "data only" devices which can't make voice
1431 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1672 Rlog.e(LOG_TAG, "getIsimRecords() is only supported on LTE devices");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java11 * distributed under the License is distributed on an "AS IS" BASIS,
189 // additional instrumentation for testing purposes; intended to be left on during development
394 Log.d(TAG, "dismissing any existing heads up notification on disable event");
411 // The second field is a bit different from the first one because it only listens to screen on/
513 // emits visibility events via NoMan on changes.
1197 // this will allow the navbar to run in an overlay on devices that support this
1932 // Make it disappear faster, as the focus should be on the activity behind.
2409 // Close any "App info" popups that might have snuck on-screen
2696 public void setLightsOn(boolean on) { argument
2697 Log.v(TAG, "setLightsOn(" + on
4089 fireNotificationLight(boolean on) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp12 ** distributed under the License is distributed on an "AS IS" BASIS,
139 jobject mObject; // Weak ref to AudioPortEventHandlerDelegate Java object to call on
208 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on) argument
210 return (jint) check_AudioSystem_Command(AudioSystem::muteMicrophone(on));
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
89 * HDMI-CEC and MHL control command, and providing the information on both standard.
587 * for tasks that are running on main service thread.
647 throw new IllegalStateException("Should run on service thread.");
677 * Send <Feature Abort> command on the given CEC message if possible.
693 // We'll not response on the messages with the invalid source or destination.
735 // Skip the reallocation of the logical address on TV.
842 // Hence we remove the device on hotplug event.
868 void handleMhlBusOvercurrent(int portId, boolean on) { argument
872 device.onBusOvercurrentDetected(on);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java11 * distributed under the License is distributed on an "AS IS" BASIS,
529 // to get ICCID form SIMRecords because it is on MF.
672 * Only notify complete if it's on the pending list. Otherwise, it's
837 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
848 mCi.sendBurstDtmf(dtmfString, on, off, onComplete);
1409 * @param response Callback message is empty on completion
1420 * @param response Callback message is empty on completion
1431 * @param response Callback message is empty on completion
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_16_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_ver_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs575 <span class="en">Verifying App Behavior on ART</span>
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
33 // A device mask for all audio input and output devices where matching inputs/outputs on device
328 // do not force device change on duplicated output because if device is 0, it will
330 // a valid device selection on those outputs.
466 // If the RX device is on the primary HW module, then use legacy routing method for voice calls
467 // via setOutputDevice() on primary output.
471 // If the TX device is also on the primary HW module, setOutputDevice() will take care
647 // Note that despite the fact that getNewOutputDevice() is called on the primary output,
1124 // increment usage count for this stream on the requested output:
1147 // wait for audio on othe
5113 setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
5127 setStreamMute(audio_stream_type_t stream, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
[all...]
/frameworks/base/data/sounds/
H A DAllAudio.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java11 * distributed under the License is distributed on an "AS IS" BASIS,
153 * unregister on dispose. */
395 // Turn telephony radio on or off.
396 private void setRadio(boolean on) { argument
399 phone.setRadio(on);
431 // Turning back on the radio can take time on the order of a minute, so show user a
432 // spinner so they know something is going on.
729 * Report on whether data connectivity is enabled for any APN.
880 // Assume data is connected on th
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs44 include the action bar on devices running Android 2.1 or higher."
72 optimized user experience on multiple device form factors using a single APK."
124 to present multiple UI components on large screens and a more constrained set of
125 UI components on smaller screens&mdash;essential for building a single APK for both
148 "How to save data on the device, whether it's temporary files, downloaded
173 on the device to perform advanced user tasks, such as capture a photo or view
174 an address on a map."
317 "How to leverage existing camera apps on the user's device to capture
533 "How to minimize your app's impact on the battery when performing downloads
551 Modifying Patterns Based on th
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
119 ALOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.",
188 // The size of this struct is 32 bytes on the 32-bit target system
1611 // Only perform additional validation on START nodes
2133 // "Better" is based on the sum of the difference between both
2302 // "Better" is based on the sum of the difference between both
2902 // table that defined the package); the ones after are skins on top of it.
3450 ALOGW("Bad resource table: header size 0x%x or total size 0x%x is not on an integer boundary\n",
3671 // We need to fix the package ID based on a mapping.
3844 // Mark that we are currently working on thi
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h11 * distributed under the License is distributed on an "AS IS" BASIS,
52 * Describes how coordinates are mapped on a physical display.
173 // to noise from a finger resting on the touch pad (perhaps just pressing it down).
193 // Time after the first touch points go down to settle on an initial centroid.
228 // True to show the location of touches on the touch screen as spots.
332 * This method may be called on any thread (usually by the input manager). */
341 * This method should be called on the input reader thread.
347 * This method may be called on any thread (usually by the input manager).
406 * on the input reader thread but the InputReader can receive queries from other system
407 * components running on arbitrar
1080 bool on; // we think the led is currently on member in struct:android::KeyboardInputMapper::LedState
[all...]
H A DInputReader.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
314 // on another thread similarly waiting to acquire the InputReader lock thereby
497 // Reset global meta state because it depends on the list of all configured devices.
2171 // Key down on external an keyboard should wake the device.
2235 ledState.on = false;
2251 if (reset || ledState.on != desiredState) {
2253 ledState.on = desiredState;
2800 // multitouch. The spot-based presentation relies on being able to accurately
2801 // locate two or more fingers on the touch pad.
2867 // Initial downs on externa
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java11 * distributed under the License is distributed on an "AS IS" BASIS,
256 /* Tracks sequence number on stop failure message */
264 /* Tracks sequence number on a tether notification time out */
272 /* Tracks sequence number on a driver time out */
281 /* Tracks sequence number on a periodic scan message */
519 /* Enable TDLS on a specific MAC address */
630 * point on the move. {@link Settings.Global#WIFI_FRAMEWORK_SCAN_INTERVAL_MS} can
664 * A device can end up repeatedly connecting to a bad network on screen on/off toggle
1601 int on
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
328 * on the current user.
399 * Used when processing mPendingRemove to avoid working on the original array.
543 /** This just indicates the window the input method is on top of, not
547 /** If true hold off on modifying the animation layer of mInputMethodTarget */
616 // Who is holding the screen on.
654 // Only set while traversing the default display based on its content.
655 // Affects the behavior of mirroring on secondary displays.
665 * is a long initialized to Long.MIN_VALUE so that it doesn't match this value on startup. */
715 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on mov
5886 showStrictModeViolation(boolean on) argument
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
209 // Stores and loads state on device and profile owners.
2007 Slog.w(LOG_TAG, "setPasswordExpiration(): password will expire on "
2520 * Returns the admin with the strictest policy on maximum failed passwords for this user and all
3343 // When checking for a single caller, status is based on caller's request
3349 // This is short circuited by returning true on the first hit.
3493 // Turn AUTO_TIME on in settings if it is required
3498 Settings.Global.AUTO_TIME, 1 /* AUTO_TIME on */);
3759 throw new IllegalStateException("Cannot set a profile owner on a guest");
3938 * Device owner can only be set on a
5236 setMasterVolumeMuted(ComponentName who, boolean on) argument
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
659 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { argument
664 device->leds.replaceValueAt(led, on);
1861 mFakeEventHub->addLed(DEVICE_ID, LED_CAPSL, true /*initially on*/);
1877 // Toggle caps lock on.
1887 // Toggle num lock on.
1907 // Toggle scroll lock on.
3222 // These calculations are based on the input device calibration documentation.
4499 // These calculations are based on the input device calibration documentation.
4550 // These calculations are based on th
[all...]
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 2723 milliseconds

<<11