Searched refs:ThreadTrackerTimer (Results 1 – 1 of 1) sorted by relevance
144 private ThreadTrackerTimer mThreadTrackerTimer = null;213 mThreadTrackerTimer = new ThreadTrackerTimer(delayMs, mThreadCountIntervalMs); in runInstrumentationTest()586 private class ThreadTrackerTimer { class in CameraTestBase610 public ThreadTrackerTimer(long delayMs, long periodMs) { in ThreadTrackerTimer() method in CameraTestBase.ThreadTrackerTimer