Home
last modified time | relevance | path

Searched refs:LSKF_CAPTURED_TIMESTAMP_PREF (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTest.java392 when(mSharedPreferences.getLong(eq(RecoverySystemService.LSKF_CAPTURED_TIMESTAMP_PREF), in rebootWithLskf_Success()
445 when(mSharedPreferences.getLong(eq(RecoverySystemService.LSKF_CAPTURED_TIMESTAMP_PREF), in rebootWithLskf_multiClient_success_reportMetrics()
465 when(mSharedPreferences.getLong(eq(RecoverySystemService.LSKF_CAPTURED_TIMESTAMP_PREF), in rebootWithLskf_multiClient_ClientBSuccess()
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java117 static final String LSKF_CAPTURED_TIMESTAMP_PREF = "lskf_captured_timestamp"; field in RecoverySystemService
626 prefs.putLong(LSKF_CAPTURED_TIMESTAMP_PREF, currentTimestamp); in reportMetricsOnPreparedForReboot()
847 long lskfCapturedTimestamp = prefs.getLong(LSKF_CAPTURED_TIMESTAMP_PREF, -1); in reportMetricsOnRebootWithLskf()