HomeSort by relevance Sort by last modified time
    Searched refs:WaitingState (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 62 private final WaitingState mWaitingState = new WaitingState();
182 class WaitingState extends State {
200 loge("mWakeLock released while still in WaitingState!");
213 * @return true to transition to {@link WaitingState}; false to stay in {@link IdleState}
InboundSmsHandler.java 92 * {@link WaitingState} state to wait for the broadcast to complete. When the local
143 /** Message from resultReceiver notifying {@link WaitingState} of a completed broadcast. */
146 /** Sent on exit from {@link WaitingState} to return to idle after sending all broadcasts. */
207 private final WaitingState mWaitingState = new WaitingState();
430 * transition to {@link WaitingState} state to send the ordered broadcast and wait for the
507 private class WaitingState extends State {
537 log("WaitingState.processMessage:" + msg.what);
559 // stuck in WaitingState for too long; drop the message and exit this state
561 log("WaitingState.processMessage: EVENT_STATE_TIMEOUT; dropping message")
    [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 385 milliseconds