Searched refs:ThreadTrackerTimer (Results 1 – 1 of 1) sorted by relevance
146 public ThreadTrackerTimer mThreadTrackerTimer = null;205 mThreadTrackerTimer = new ThreadTrackerTimer(delayMs, mThreadCountIntervalMs); in runInstrumentationTest()387 public class ThreadTrackerTimer { class in CameraTestBase411 public ThreadTrackerTimer(long delayMs, long periodMs) { in ThreadTrackerTimer() method in CameraTestBase.ThreadTrackerTimer