Home | History | Annotate | Download | only in pm

Lines Matching defs:permissions

13  * See the License for the specific language governing permissions and
191 private static final String TAG_ADOPT_PERMISSIONS = "adopt-permissions";
271 * List of new permissions that have been added since 1.0.
272 * NOTE: These must be declared in SDK version order, with permissions
288 * List of permissions that have been split into more granular or dependent
289 * permissions.
774 int N = p.permissions.size();
776 pi.permissions = new PermissionInfo[N];
778 pi.permissions[i] = generatePermissionInfo(p.permissions.get(i), flags);
788 // The notion of required permissions is deprecated but for compatibility.
2836 Slog.w(TAG, "Ignoring duplicate uses-permissions/uses-permissions-sdk-m: "
3181 owner.permissions.add(perm);
3231 owner.permissions.add(perm);
5704 /** grant SIGNATURE permissions to pkgs with this cert */
6240 public final ArrayList<Permission> permissions = new ArrayList<Permission>(0);
6573 for (int i=permissions.size()-1; i>=0; i--) {
6574 permissions.get(i).setPackageName(newName);
6737 dest.readParcelableList(permissions, boot);
6738 fixupOwner(permissions);
6907 dest.writeParcelableList(permissions, flags);