Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java296 long consentGrantedTime = mConsentGranted.get(packageName).first; in canSkipConsentScreen() local
297 if (consentGrantedTime + DEFAULT_BUGREPORT_CONSENTLESS_GRACE_PERIOD_MILLIS in canSkipConsentScreen()