HomeSort by relevance Sort by last modified time
    Searched full:idle (Results 601 - 625 of 2399) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java 55 * Wi-Fi idle time for default sleep policy
203 // set idle timeout for wifi to 15s
244 // assertTrue("Wait for Wi-Fi to idle timeout",
  /frameworks/base/docs/html/about/versions/marshmallow/
android-6.0-testing.jd 124 your app can perform when a device is in an idle state or while your app is not in focus. The
165 $ adb shell am set-idle &lt;packageName&gt; true
170 <pre>$ adb shell am set-idle &lt;packageName&gt; false</pre>
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java 79 static final int IDLE = 0;
179 if (state != IDLE) {
247 state = IDLE;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 89 public PhoneConstants.State mState = PhoneConstants.State.IDLE;
195 mState = PhoneConstants.State.IDLE;
211 if (mState != PhoneConstants.State.IDLE) {
273 // That call must be idle, so place anything that's
297 if (mForegroundCall.getState() != GsmCdmaCall.State.IDLE) {
408 // That call must be idle, so place anything that's
517 // ringing Call state change to idle is in GsmCdmaCall.detach
703 mState = PhoneConstants.State.IDLE;
706 if (mState == PhoneConstants.State.IDLE && oldState != mState) {
709 } else if (oldState == PhoneConstants.State.IDLE && oldState != mState)
    [all...]
InboundSmsHandler.java 143 /** Sent on exit from {@link WaitingState} to return to idle after sending all broadcasts. */
146 /** Release wakelock after a short timeout when returning to idle state. */
158 /** Wakelock release delay when returning to idle state. */
186 /** Idle state. Waiting for messages to process. */
240 mWakeLock.acquire(); // wake lock released after we enter idle state
349 * In the idle state the wakelock is released until a new SM arrives, then we transition
355 if (DBG) log("entering Idle state");
362 if (DBG) log("acquired wakelock, leaving Idle state");
368 if (DBG) log("Idle state processing message type " + msg.what);
390 // already in idle state; ignor
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h 396 PENDING_STATE_LOADED_TO_IDLE, ///< loaded to idle state
397 PENDING_STATE_EXECUTING_TO_IDLE, ///< executing to idle state
398 PENDING_STATE_IDLE_TO_LOADED, ///< idle to loaded state
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h 394 PENDING_STATE_LOADED_TO_IDLE, ///< loaded to idle state
395 PENDING_STATE_EXECUTING_TO_IDLE, ///< executing to idle state
396 PENDING_STATE_IDLE_TO_LOADED, ///< idle to loaded state
  /libcore/ojluni/src/main/java/sun/net/www/http/
KeepAliveCache.java 35 * A class that implements a cache of idle Http connections for keep-alive
48 * refers to the number of idle connections per destination (in the cache) only.
165 * Errs on the side of caution (leave connections idle for a relatively
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 169 // to this code. Check here to ensure we are not adding a disconnected or IDLE call.
171 if (state == Call.State.DISCONNECTED || state == Call.State.IDLE) {
172 Log.i(this, "Skipping new unknown connection because it is idle. " + connection);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 195 unsigned char Scell_log; /* cell size for idle damping */
235 __u8 Scell_log; /* cell size for idle damping */
267 unsigned char Scell_log; /* cell size for idle damping */
  /prebuilts/go/darwin-x86/src/runtime/
proc.go 148 if forcegc.idle != 0 {
151 atomicstore(&forcegc.idle, 1)
152 goparkunlock(&forcegc.lock, "force gc (idle)", traceEvGoBlock, 1)
  /prebuilts/go/linux-x86/src/runtime/
proc.go 148 if forcegc.idle != 0 {
151 atomicstore(&forcegc.idle, 1)
152 goparkunlock(&forcegc.lock, "force gc (idle)", traceEvGoBlock, 1)
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 873 ** Description Force NFCC to idle state while waiting for deactivation NTF
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 117 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after
130 * {@link #prepareAsync()} in the <em>Idle</em> state for both cases. If any of these
150 * <em>Idle</em> state, while those created with one
152 * in the <em>Idle</em> state. In fact, the objects are in the <em>Prepared</em>
173 * {@link #reset()} can be called to restore the object to its <em>Idle</em>
190 * MediaPlayer object in the <em>Idle</em> state to the
321 * <td>{Idle, Error} </p></td>
330 * <td>{Idle, Initialized, Prepared, Started, Paused, Stopped,
338 * <td>{Idle, Initialized, Error} </p></td>
343 * <td>{Idle, Initialized, Prepared, Started, Paused, Stopped
    [all...]
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
TimingConstraintsTest.java 63 // It is expected that the "device idle" constraint will *not* be met
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGlobalActionsTest.java 37 * The timeout since the last accessibility event to consider the device idle.
  /cts/tests/app/app/src/android/app/stubs/
TestedScreen.java 105 Log.i(TAG, "idle");
  /cts/tests/tests/os/src/android/os/cts/
TestedScreen.java 105 Log.i(TAG, "idle");
  /development/ndk/platforms/android-3/include/linux/
atmdev.h 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3ErrorLog.java 5 Maven Plugin - Copyright (c) 2009 Jim Idle
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
index.apt 4 Jim Idle
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 12 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
antlr3cyclicdfa.h 10 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
antlr3parser.h 10 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
  /external/apache-http/android/src/android/net/http/
IdleCache.java 18 * Hangs onto idle live connections for a little while

Completed in 869 milliseconds

<<21222324252627282930>>