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()
126 static boolean queueAlertReminder(Context context, boolean firstTime) { in queueAlertReminder()
196 long firstTime = System.currentTimeMillis(); in setWithinTimeThreshold() local
300 long firstTime = SystemClock.elapsedRealtime() + periodMs; in scheduleAlarm() local
475 void fillUI(boolean firstTime) { in fillUI()