OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitingState
(Results
1 - 2
of
2
) 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
65
* {@link
WaitingState
} state to wait for the broadcast to complete. When the local
105
/** Message from resultReceiver notifying {@link
WaitingState
} of a completed broadcast. */
108
/** Sent on exit from {@link
WaitingState
} to return to idle after sending all broadcasts. */
148
final
WaitingState
mWaitingState = new
WaitingState
();
330
* transition to {@link
WaitingState
} state to send the ordered broadcast and wait for the
390
class
WaitingState
extends State {
[
all
...]
Completed in 44 milliseconds