Home | History | Annotate | Download | only in pm

Lines Matching refs:requestedPermissions

671                     for (int j = 0; j < pkgInfo.requestedPermissions.length && !found; j++) {
672 if (pkgInfo.requestedPermissions[j].equals(cmd)) {