Searched defs:firstTime (Results 1 – 5 of 5) sorted by relevance
94 public void schedule(TimerTask task, Date firstTime, long period) { in schedule()110 public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { in scheduleAtFixedRate()
112 val firstTime = sectionContainer.childCount == 0 in <lambda>() constant
133 public static boolean queueAlertReminder(Context context, int subId, boolean firstTime) { in queueAlertReminder()
197 long firstTime = System.currentTimeMillis(); in setWithinTimeThreshold() local
558 void fillUI(boolean firstTime) { in fillUI()