Lines Matching defs:permission

20 import static android.Manifest.permission.INTERACT_ACROSS_USERS;
142 * @param writePermission The write permission you want this instance should have
500 // <path-permission> below removes this ability
513 // any denied <path-permission> means we lose
522 // if we passed <path-permission> checks above, and no default
523 // <provider> permission, then allow access.
568 // <path-permission> below removes this ability
581 // any denied <path-permission> means we lose
590 // if we passed <path-permission> checks above, and no default
591 // <provider> permission, then allow access.
685 * Change the permission required to read data from the content
689 * @param permission Name of the permission required for read-only access.
691 protected final void setReadPermission(String permission) {
692 mReadPermission = permission;
696 * Return the name of the permission required for read-only access to
707 * Change the permission required to read and write data in the content
711 * @param permission Name of the permission required for read/write access.
713 protected final void setWritePermission(String permission) {
714 mWritePermission = permission;
718 * Return the name of the permission required for read/write access to
729 * Change the path-based permission required to read and/or write data in
733 * @param permissions Array of path permission descriptions.
1187 * not have permission to access the file.
1257 * not have permission to access the file.
1314 * not have permission to access the file.
1377 * not have permission to access the file.
1490 * not have permission to access the data.
1557 * not have permission to access the data.
1732 * <p class="note"><strong>WARNING:</strong> The framework does no permission checking
1737 * do its own permission checks on incoming calls to make sure they are allowed.</p>