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()
149 public static boolean queueAlertReminder(Context context, int subId, boolean firstTime) { in queueAlertReminder()
206 long firstTime = System.currentTimeMillis(); in setWithinTimeThreshold() local
569 void fillUI(boolean firstTime) { in fillUI()