Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/
H A DConstants.java106 public static final String KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN = field in Constants
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DLocationAccessCheck.java47 …port static com.android.permissioncontroller.Constants.KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN;
351 KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN, 0) in addLocationNotificationIfNeeded()
627 mSharedPrefs.edit().putLong(KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN, in createNotificationForLocationUser()