OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotified
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java
28
protected boolean
mNotified
;
37
mNotified
= true;
126
private boolean
mNotified
;
130
mNotified
= true;
135
return
mNotified
;
LocationBasedCountryDetectorTest.java
156
private boolean
mNotified
;
159
mNotified
= true;
166
return
mNotified
;
/cts/tools/host/src/com/android/cts/
TestSession.java
529
static private boolean
mNotified
= false; //used for avoiding race condition
559
mNotified
= true;
601
if ((!
mNotified
) && (!mFinished)) {
605
mNotified
= false;
Completed in 38 milliseconds