Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/
DConstants.java87 public static final String KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN = field in Constants
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java44 import static com.android.packageinstaller.Constants.KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN;
350 KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN, 0) in addLocationNotificationIfNeeded()
625 mSharedPrefs.edit().putLong(KEY_LAST_LOCATION_ACCESS_NOTIFICATION_SHOWN, in createNotificationForLocationUser()