Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java499 long featureEnabledTime = getLocationAccessCheckEnabledTime(); in getLocationUsersWithNoNotificationYetLocked() local
500 if (featureEnabledTime >= 0 && entry.getLastAccessBackgroundTime( in getLocationUsersWithNoNotificationYetLocked()
501 AppOpsManager.OP_FLAGS_ALL_TRUSTED) > featureEnabledTime) { in getLocationUsersWithNoNotificationYetLocked()