Searched refs:LSKF_CAPTURED_TIMESTAMP_PREF (Results 1 – 2 of 2) sorted by relevance
392 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()
117 static final String LSKF_CAPTURED_TIMESTAMP_PREF = "lskf_captured_timestamp"; field in RecoverySystemService626 prefs.putLong(LSKF_CAPTURED_TIMESTAMP_PREF, currentTimestamp); in reportMetricsOnPreparedForReboot()847 long lskfCapturedTimestamp = prefs.getLong(LSKF_CAPTURED_TIMESTAMP_PREF, -1); in reportMetricsOnRebootWithLskf()