Searched refs:cycleTime (Results 1 – 2 of 2) sorted by relevance
44 int cycleTime; field in Profile.WatchEntry75 public synchronized void addWatchEntry(Thread thread, int cycleTime) { in addWatchEntry() argument78 e.cycleTime = cycleTime; in addWatchEntry()79 int firstDelay = 1 + mRandom.nextInt(cycleTime); in addWatchEntry()109 entry.wakeTime += entry.cycleTime; in processList()
160 long cycleTime = mEnd.getTimeInMillis() - mStart.getTimeInMillis(); in updateUI() local164 int cycleThroughPercent = (cycleTime == 0) ? 0 : (int) ((currentTime * 100) / cycleTime); in updateUI()167 cal.setTimeInMillis(cycleTime - currentTime); in updateUI()