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/core/java/com/android/server/
Watchdog.java 73 static Watchdog sWatchdog;
199 if (sWatchdog == null) {
200 sWatchdog = new Watchdog();
203 return sWatchdog;

Completed in 101 milliseconds