HomeSort by relevance Sort by last modified time
    Searched refs:READY (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 29 /* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
43 /* READY means ICC is ready to access */
44 public static final String INTENT_VALUE_ICC_READY = "READY";
45 /* IMSI means ICC IMSI is ready in property */
66 * turns to READY
76 READY, /** ordinal(5) == {@See TelephonyManager#SIM_STATE_READY} */
88 || (this == NETWORK_LOCKED) || (this == READY)
100 case 5: return READY;
  /external/autotest/client/common_lib/
host_states.py 13 Status = enum.Enum('Verifying', 'Running', 'Ready', 'Repairing',
19 IDLE_STATES = {Status.READY, Status.REPAIR_FAILED}
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 37 READY, NOT_READY, DONE, FAILED,
55 case READY:
66 state = State.READY;
  /external/guava/guava/src/com/google/common/collect/
AbstractIterator.java 72 READY,
134 case READY:
145 state = State.READY;
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractWatchKey.java 51 private static enum State { READY, SIGNALLED };
72 this.state = State.READY;
94 if (state == State.READY) {
177 state = State.READY;
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 38 READY = 100,
81 if (READY == t->state) {
145 t->state = READY;
178 if (NULL != t && (READY == t->state || WAITING == t->state)) {
180 if (READY == t->state || WAITING == t->state) {
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 38 READY = 100,
81 if (READY == t->state) {
161 t->state = READY;
195 if (NULL != t && (READY == t->state || WAITING == t->state) &&
197 if (READY == t->state || WAITING == t->state) {
  /hardware/qcom/gps/utils/
loc_timer.c 38 READY = 100,
81 if (READY == t->state) {
161 t->state = READY;
194 if (NULL != t && (READY == t->state || WAITING == t->state) &&
196 if (READY == t->state || WAITING == t->state) {
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 54 private AppState mState = AppState.READY;
63 READY, PLAYING_VOICE, PLAYING_MUSIC, RECORDING
111 mState = AppState.READY;
125 mState = AppState.READY;
130 mState = AppState.READY;
135 mState = AppState.READY;
159 // we need to transition to the READY/Home state
268 mState = AppState.READY;
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 54 private AppState mState = AppState.READY;
63 READY, PLAYING_VOICE, PLAYING_MUSIC, RECORDING
111 mState = AppState.READY;
125 mState = AppState.READY;
130 mState = AppState.READY;
135 mState = AppState.READY;
159 // we need to transition to the READY/Home state
268 mState = AppState.READY;
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 54 private AppState mState = AppState.READY;
63 READY, PLAYING_VOICE, PLAYING_MUSIC, RECORDING
111 mState = AppState.READY;
125 mState = AppState.READY;
130 mState = AppState.READY;
135 mState = AppState.READY;
159 // we need to transition to the READY/Home state
268 mState = AppState.READY;
  /external/autotest/client/tests/tsc/src/
checktsc.c 166 #define READY 1
212 set_state(&master, READY);
214 wait_for_state(&slave, READY);
246 wait_for_state(&master, READY);
262 set_state(&slave, READY);
308 set_state(&master, READY);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 183 status = READY;
225 status = READY;
314 status = READY;
320 if (status == READY) {
363 status = READY;
369 if (status == READY) {
423 status = READY;
429 if (status == READY) {
544 status = READY;
584 status = READY;
    [all...]
ConditionProviderVerifierActivity.java 186 status = READY;
236 status = READY;
292 status = READY;
338 status = READY;
428 status = READY;
589 mCurrentTest.status = READY;
InteractiveVerifierActivity.java 57 protected static final int READY = 1;
112 /** Set status to {@link #READY} to proceed, or {@link #SETUP} to try again. */
113 void setUp() { status = READY; next(); };
115 /** Set status to {@link #PASS} or @{link #FAIL} to proceed, or {@link #READY} to retry. */
186 mCurrentTest.status = READY;
204 case READY:
270 case READY:
344 mCurrentTest.status = READY;
AttentionManagementVerifierActivity.java 141 status = READY;
183 status = READY;
237 status = READY;
331 status = READY;
423 status = READY;
492 status = READY;
538 status = READY;
587 status = READY;
594 if (status == READY) {
652 status = READY;
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
DataConnectionStats.java 43 private IccCardConstants.State mSimState = IccCardConstants.State.READY;
85 boolean simReadyOrUnknown = mSimState == IccCardConstants.State.READY
105 mSimState = IccCardConstants.State.READY;
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 61 * wait for child to send ready message over pipe
84 * send parent ready message if setup went ok.
150 #define READY "ready" /* signal to parent that child is set up */
237 * parent() : wait for "ready" from child, send signals to child, wait for
251 /* wait for "ready" message from child */
257 if (strcmp(str, READY) != 0) {
286 if (write_pipe(pipe_fd2[1], READY) < 0) {
390 /* set note to READY and if an error occurs, overwrite it */
391 (void)strcpy(note, READY);
    [all...]
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 40 * Current mode of application: READY to run, RUNNING, or you have already lost. static final
43 private int mMode = READY;
45 public static final int READY = 1;
262 if (mMode == READY | mMode == LOSE) {
350 if (newMode == READY) {
367 * @return the Game state as Running, Ready, Paused, Lose
Snake.java 67 mSnakeView.setMode(SnakeView.READY);
  /external/testng/src/main/java/org/testng/internal/
DynamicGraph.java 31 READY, RUNNING, FINISHED
113 case READY: m_nodesReady.add(node); break;
138 case READY: return m_nodesReady.size();
155 result.append("\n Ready:" + m_nodesReady);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java 411 READY, NOT_READY, DONE, FAILED,
428 case READY:
439 state = State.READY;
  /external/autotest/scheduler/
prejob_task.py 196 self.host.set_status(models.Host.Status.READY)
247 self.host.set_status(models.Host.Status.READY)
299 self.host.set_status(models.Host.Status.READY)
465 self.host.set_status(models.Host.Status.READY)
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.h 113 enum class State { NEW, CONFIGURING, READY, CLOSED };
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
CarrierText.java 80 SimNotReady; // SIM is not ready yet. May never be on devices w/o a SIM.
124 if (simState == IccCardConstants.State.READY) {
134 Log.d(TAG, "SIM ready and in service: subId=" + subId + ", ss=" + ss);
316 case READY:

Completed in 830 milliseconds

1 2 3 4 5 6 7