Searched defs:mNotified (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipNotification.java63 private boolean mNotified; field in class:PipNotification
103 if (updateMediaControllerMetadata() && mNotified) {
124 if (updateMediaControllerMetadata() && mNotified) {
178 if (mNotified) {
185 mNotified = true;
202 mNotified = false;
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerInternalTest.java122 thread1.mNotified);
149 boolean mNotified; field in class:ActivityManagerInternalTest.CustomThread
174 mNotified = !Thread.interrupted();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java28 protected boolean mNotified; field in class:ComprehensiveCountryDetectorTest.TestCountryDetector
37 mNotified = true;
126 private boolean mNotified; field in class:ComprehensiveCountryDetectorTest.CountryListenerImpl
130 mNotified = true;
135 return mNotified;
H A DLocationBasedCountryDetectorTest.java156 private boolean mNotified; field in class:LocationBasedCountryDetectorTest.CountryListenerImpl
159 mNotified = true;
166 return mNotified;

Completed in 80 milliseconds