Home
last modified time | relevance | path

Searched refs:cycleTime (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfile.java44 int cycleTime; field in Profile.WatchEntry
75 public synchronized void addWatchEntry(Thread thread, int cycleTime) { in addWatchEntry() argument
78 e.cycleTime = cycleTime; in addWatchEntry()
79 int firstDelay = 1 + mRandom.nextInt(cycleTime); in addWatchEntry()
109 entry.wakeTime += entry.cycleTime; in processList()
/packages/apps/Phone/src/com/android/phone/
DDataUsageListener.java160 long cycleTime = mEnd.getTimeInMillis() - mStart.getTimeInMillis(); in updateUI() local
164 int cycleThroughPercent = (cycleTime == 0) ? 0 : (int) ((currentTime * 100) / cycleTime); in updateUI()
167 cal.setTimeInMillis(cycleTime - currentTime); in updateUI()