OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_STOPPED
(Results
1 - 5
of
5
) sorted by null
/frameworks/wilhelm/tests/sandbox/
monkey.c
34
STATE_STOPPED
,
75
return
STATE_STOPPED
;
223
_(
STATE_STOPPED
, actionDestroy, 1)
224
_(
STATE_STOPPED
, actionPause, 1)
225
_(
STATE_STOPPED
, actionPlay, 1)
226
_(
STATE_STOPPED
, actionRewind, 1)
227
_(
STATE_STOPPED
, actionSleep, 1)
228
_(
STATE_STOPPED
, actionStop, 1)
229
// _(
STATE_STOPPED
, actionSleep3, 1)
/hardware/ril/mock-ril/src/cpp/
worker.h
64
#define
STATE_STOPPED
4
worker.cpp
38
android_atomic_acquire_store(
STATE_STOPPED
, &t->state_);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java
50
public static final int
STATE_STOPPED
= 2;
194
return mState == STATE_RUNNING || mState ==
STATE_STOPPED
;
TimerFragment.java
348
if (t.mState == TimerObj.
STATE_STOPPED
) {
711
case TimerObj.
STATE_STOPPED
:
732
t.mState = TimerObj.
STATE_STOPPED
;
737
case TimerObj.
STATE_STOPPED
:
812
case TimerObj.
STATE_STOPPED
:
[
all
...]
Completed in 60 milliseconds