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

  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 127 private Monitor mCurrentMonitor;
159 mCurrentMonitor = null;
191 if (mCurrentMonitor == null) {
194 return "Blocked in monitor " + mCurrentMonitor.getClass().getName()
204 mCurrentMonitor = mMonitors.get(i);
206 mCurrentMonitor.monitor();
211 mCurrentMonitor = null;
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 491 milliseconds