Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/src/com/android/emergency/edit/
DEditInfoActivity.java78 long lastConsentTimeMs = PreferenceManager.getDefaultSharedPreferences(this) in onResume() local
83 if (nowMs - lastConsentTimeMs > ONE_DAY_MS || lastConsentTimeMs > nowMs) { in onResume()