Searched refs:NOTIF_CLOCK_BASE (Results 1 – 3 of 3) sorted by relevance
261 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, clockTime); in saveNotification()266 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, -1); in saveNotification()277 long clockBaseTime = prefs.getLong(Stopwatches.NOTIF_CLOCK_BASE, -1); in showSavedNotification()299 editor.remove(Stopwatches.NOTIF_CLOCK_BASE); in clearSavedNotification()
722 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, mStartTime-mAccumulatedTime); in writeToSharedPref()727 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, -1); in writeToSharedPref()730 editor.remove(Stopwatches.NOTIF_CLOCK_BASE); in writeToSharedPref()
46 public static final String NOTIF_CLOCK_BASE = "notif_clock_base"; field in Stopwatches