Searched refs:PREFS_INITIATION (Results 1 – 2 of 2) sorted by relevance
88 editor.putLong(GarageModeChecker.PREFS_INITIATION, now); in onCreate()130 long initiateTime = prefs.getLong(GarageModeChecker.PREFS_INITIATION, 0); in verifyStatus()
42 static final String PREFS_INITIATION = "test-initiation"; field in GarageModeChecker