OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN_RUNNABLE
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java
86
public static final int
RUN_RUNNABLE
= 9001;
105
put(
RUN_RUNNABLE
, "
RUN_RUNNABLE
");
136
case
RUN_RUNNABLE
:
502
} else if (msg.what ==
RUN_RUNNABLE
&& msg.obj instanceof Runnable) {
CallAudioRouteStateMachine.java
104
public static final int
RUN_RUNNABLE
= 9001;
144
put(
RUN_RUNNABLE
, "
RUN_RUNNABLE
");
[
all
...]
Completed in 40 milliseconds