Searched refs:cycleTime (Results 1 – 3 of 3) sorted by relevance
45 int cycleTime; field in Profile.WatchEntry77 public synchronized void addWatchEntry(Thread thread, int cycleTime) { in addWatchEntry() argument80 e.cycleTime = cycleTime; in addWatchEntry()81 int firstDelay = 1 + mRandom.nextInt(cycleTime); in addWatchEntry()111 entry.wakeTime += entry.cycleTime; in processList()
190 TextView cycleTime = (TextView) holder.findViewById(R.id.cycle_left_time); in onBindViewHolder() local191 cycleTime.setText(mUsagePeriod); in onBindViewHolder()279 TextView cycleTime = (TextView) holder.findViewById(R.id.cycle_left_time); in updateCycleTimeText() local283 cycleTime.setVisibility(View.GONE); in updateCycleTimeText()287 cycleTime.setVisibility(View.VISIBLE); in updateCycleTimeText()290 cycleTime.setText(getContext().getString(R.string.billing_cycle_none_left)); in updateCycleTimeText()293 cycleTime.setText(daysLeft < 1 in updateCycleTimeText()