OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServiceStarted
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/test-runner/src/android/test/
ServiceTestCase.java
117
private boolean
mServiceStarted
= false;
200
mServiceStarted
= true;
257
if (
mServiceStarted
) {
259
mServiceStarted
= false;
/packages/apps/InCallUI/src/com/android/incallui/
CallHandlerService.java
60
private boolean
mServiceStarted
= false;
197
if (
mServiceStarted
) {
208
mServiceStarted
= true;
214
if (!
mServiceStarted
) {
218
mServiceStarted
= false;
253
if (!
mServiceStarted
&& msg.what != ON_START) {
Completed in 41 milliseconds