OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServiceStarted
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Messaging/tests/src/com/android/messaging/
FakeContext.java
41
boolean
mServiceStarted
= false;
72
if (!
mServiceStarted
) {
79
mServiceStarted
= true;
/frameworks/base/test-runner/src/android/test/
ServiceTestCase.java
121
private boolean
mServiceStarted
= false;
198
mServiceStarted
= true;
255
if (
mServiceStarted
) {
257
mServiceStarted
= false;
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionServiceTest.java
95
assertFalse("Expect service initially stopped",
mServiceStarted
);
99
assertTrue("Expect service started",
mServiceStarted
);
181
boolean
mServiceStarted
= false;
186
assertFalse(
mServiceStarted
);
187
mServiceStarted
= true;
192
assertTrue(
mServiceStarted
);
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java
135
private boolean
mServiceStarted
;
489
if (!
mServiceStarted
) {
495
mServiceStarted
= true;
533
mServiceStarted
= false;
[
all
...]
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaBrowserServiceSupport.java
139
private boolean
mServiceStarted
;
531
if (!
mServiceStarted
) {
537
mServiceStarted
= true;
575
mServiceStarted
= false;
[
all
...]
/packages/apps/Music/src/com/android/music/
MediaPlaybackService.java
68
private boolean
mServiceStarted
;
496
if (!
mServiceStarted
) {
502
mServiceStarted
= true;
541
mServiceStarted
= false;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
141
private boolean
mServiceStarted
= false;
638
mServiceStarted
= true;
809
if (!
mServiceStarted
) {
811
Log.d(TAG, "
mServiceStarted
is false - Ignoring");
816
mServiceStarted
= false;
[
all
...]
/prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar
/prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar
Completed in 3241 milliseconds