OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stopped
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Experiment.java
39
enum Status { NotStarted, Running,
Stopped
, Completed }
122
mStatus = Status.
Stopped
;
143
case
Stopped
:
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java
86
Stopped
, // media player is
stopped
and not prepared to play
227
if (mState == State.Paused || mState == State.
Stopped
) {
247
if (mState == State.
Stopped
) {
248
// If we're
stopped
, just go ahead to the next song and start playing
306
mState = State.
Stopped
;
383
else if (mState == State.Playing || mState == State.Paused || mState == State.
Stopped
) {
403
mState = State.
Stopped
;
550
mState = State.
Stopped
;
577
mState = State.
Stopped
;
[
all
...]