OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppState
(Results
1 - 5
of
5
) sorted by null
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java
54
private
AppState
mState =
AppState
.READY;
62
enum
AppState
{
87
mState =
AppState
.PLAYING_MUSIC;
92
mState =
AppState
.RECORDING;
111
mState =
AppState
.READY;
118
mState =
AppState
.PLAYING_VOICE;
125
mState =
AppState
.READY;
130
mState =
AppState
.READY;
135
mState =
AppState
.READY
[
all
...]
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
60
private
AppState
mState =
AppState
.READY;
77
enum
AppState
{
107
mState =
AppState
.PLAYING_MUSIC;
112
mState =
AppState
.RECORDING;
131
mState =
AppState
.READY;
138
mState =
AppState
.PLAYING_VOICE;
145
mState =
AppState
.READY;
150
mState =
AppState
.READY;
155
mState =
AppState
.READY
[
all
...]
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
61
private
AppState
mState =
AppState
.READY;
78
enum
AppState
{
108
mState =
AppState
.PLAYING_MUSIC;
113
mState =
AppState
.RECORDING;
132
mState =
AppState
.READY;
139
mState =
AppState
.PLAYING_VOICE;
146
mState =
AppState
.READY;
151
mState =
AppState
.READY;
156
mState =
AppState
.READY
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
ConnectivityBackgroundTestActivity.java
87
private final
AppState
mState;
106
mState = new
AppState
();
293
*
AppState
object is final, and delete mLock.
297
class
AppState
{
390
final
AppState
localState = new
AppState
();
/device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp
[
all
...]
Completed in 2068 milliseconds