Home
last modified time | relevance | path

Searched refs:mPeriod (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/uidata/
DPeriodicCallbackModel.java189 private final Period mPeriod; field in PeriodicCallbackModel.PeriodicRunnable
194 mPeriod = period; in PeriodicRunnable()
200 LOGGER.i("Executing periodic callback for %s because the period ended", mPeriod); in run()
206 LOGGER.i("Executing periodic callback for %s because the time changed", mPeriod); in runAndReschedule()
213 final long delay = getDelay(System.currentTimeMillis(), mPeriod, mOffset); in schedule()
DPeriodicCallbackModel.kt120 private val mPeriod: Period, constant in com.android.deskclock.uidata.PeriodicRunnable
124 LOGGER.i("Executing periodic callback for %s because the period ended", mPeriod) in run()
130 LOGGER.i("Executing periodic callback for %s because the time changed", mPeriod) in runAndReschedule()
137 val delay = getDelay(System.currentTimeMillis(), mPeriod, mOffset) in schedule()
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java1244 + Utils.toTimeString(mPeriod.getLower()) in onPostExecute()
1246 + Utils.toTimeString(mPeriod.getUpper()) in onPostExecute()
1253 if (mPeriod.contains(r)) { in onPostExecute()
1259 if (addPlaceholderPrograms(mPeriod)) { in onPostExecute()
1285 addPlaceholderPrograms(mPeriod); in onPostExecute()
1299 + Utils.toTimeString(mPeriod.getLower()) in onCancelled()
1301 + Utils.toTimeString(mPeriod.getUpper()) in onCancelled()
1317 if (mPeriod.contains(r.getLower()) || mPeriod.contains(r.getUpper())) { in overlaps()
/packages/apps/TV/src/com/android/tv/util/
DAsyncDbTask.java398 protected final Range<Long> mPeriod; field in AsyncDbTask.LoadProgramsForChannelTask
414 mPeriod = period; in LoadProgramsForChannelTask()
423 return mPeriod; in getPeriod()