HomeSort by relevance Sort by last modified time
    Searched refs:mUpdatesStopped (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/
DockObserver.java 66 private boolean mUpdatesStopped;
124 if (!mUpdatesStopped) {
261 if (mUpdatesStopped) {
272 mUpdatesStopped = true;
281 mUpdatesStopped = false;
BatteryService.java 144 private boolean mUpdatesStopped;
313 if (!mUpdatesStopped) {
677 if (!mUpdatesStopped) {
685 mUpdatesStopped = true;
    [all...]

Completed in 574 milliseconds