Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsAccess.java142 final boolean hasAppOpsPermission = in checkAccessLevel()
143 hasAppOpsPermission(context, callingUid, callingPackage); in checkAccessLevel()
144 if (hasAppOpsPermission || context.checkCallingOrSelfPermission( in checkAccessLevel()
198 private static boolean hasAppOpsPermission( in hasAppOpsPermission() method in NetworkStatsAccess