Searched refs:PREF_KEY_SETUP_TIME (Results 1 – 2 of 2) sorted by relevance
54 static final String PREF_KEY_SETUP_TIME = "adaptive_sleep_setup_time"; field in ContextualAdaptiveSleepSlice66 PREF_KEY_SETUP_TIME, DEFAULT_SETUP_TIME); in getSlice()71 .putLong(PREF_KEY_SETUP_TIME, System.currentTimeMillis()) in getSlice()152 Context.MODE_PRIVATE).getLong(PREF_KEY_SETUP_TIME, DEFAULT_SETUP_TIME); in isRecentlySetup()
21 ….android.settings.homepage.contextualcards.slices.ContextualAdaptiveSleepSlice.PREF_KEY_SETUP_TIME;74 doReturn(-DEFERRED_TIME_DAYS).when(mSharedPreferences).getLong(eq(PREF_KEY_SETUP_TIME), in setup()111 eq(PREF_KEY_SETUP_TIME), anyLong()); in getSlice_DoNotShowIfRecentlySetup()