Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationPermissions.java152 getCallingOrSelfPermissionLevel(context), in checkCallingOrSelfLocationPermission()
179 public static int getCallingOrSelfPermissionLevel(Context context) { in getCallingOrSelfPermissionLevel() method in LocationPermissions