Home | History | Annotate | Download | only in permission

Lines Matching defs:hasPermission

224             if (permissionsState.hasPermission(permName, userId)) {
238 .hasPermission(Manifest.permission.ACCESS_FINE_LOCATION, userId)) {
268 if (permissionsState.hasPermission(permName, userId)) {
279 .hasPermission(Manifest.permission.ACCESS_FINE_LOCATION, userId)) {
1770 && (pkg == null || !hasPermission(pkg, bp.getName()))) {
1814 && (pkg == null || !hasPermission(pkg, bp.getName()))) {
2025 private static boolean hasPermission(PackageParser.Package pkgInfo, String permName) {