Searched defs:firstTime (Results 1 – 4 of 4) 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()
140 public static boolean queueAlertReminder(Context context, int subId, boolean firstTime) { in queueAlertReminder()
197 long firstTime = System.currentTimeMillis(); in setWithinTimeThreshold() local
564 void fillUI(boolean firstTime) { in fillUI()