Searched refs:hasAppOpsPermission (Results 1 – 1 of 1) sorted by relevance
142 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