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

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 53 private static Watchdog sWatchdog = new Watchdog();
189 sWatchdog.addWatchEntry(t, cycleTimeInMs);
194 sWatchdog.removeWatchEntry(Thread.currentThread());
199 sWatchdog.removeAllWatchEntries();
204 sWatchdog.dumpToFile(filename);
209 sWatchdog.reset();
216 sWatchdog.hold(Thread.currentThread());
220 sWatchdog.commit(Thread.currentThread());
224 sWatchdog.drop(Thread.currentThread());
  /frameworks/base/services/java/com/android/server/
Watchdog.java 83 static Watchdog sWatchdog;
188 if (sWatchdog == null) {
189 sWatchdog = new Watchdog();
192 return sWatchdog;

Completed in 59 milliseconds