Searched refs:enforced (Results 1 – 17 of 17) sorted by relevance
80 verify that these limits are being enforced by gradually varying the tilt of
99 enforced. There is no way to target a particular admin382 <dd>A class for managing policies enforced on a device. Most clients of436 the policies to be enforced. If the user chooses not to enable the application437 it will still be present on the device, but its policies will not be enforced, and the user will not514 enforced on a device. {@link android.app.admin.DevicePolicyManager} manages policies for one
441 void setPermissionEnforced(String permission, boolean enforced); in setPermissionEnforced() argument
50 <p>You must declare the selected policy set, which will be enforced by the application, in the
94 enforced. Future versions of the platform may require it for apps that want to read from
119 only enforced if the user chooses to do so. Future versions of the platform may require this
1564 final boolean enforced = Boolean.parseBoolean(enforcedRaw); in runSetPermissionEnforced()1566 mPm.setPermissionEnforced(permission, enforced); in runSetPermissionEnforced()
162 <p>A particular permission may be enforced at a number of places during your380 <p>Arbitrarily fine-grained permissions can be enforced at any call into a
272 properly enforced. </li>275 now properly enforced.</li>
237 external storage on a computer or removes the media, and there's no security enforced upon files you
334 is enforced by the system in the following way. When you press the <em>Menu</em>
1072 set-permission-enforced <PERMISSION> [true|false]1074 <td>Specifies whether the given permission should be enforced.
574 enforced by the {@link android.support.v4.app.Fragment#onAttach onAttach()}
486 rules are not enforced by the system. If an application wants to play loud
1026 any files saved in this location are removed. Security is not enforced for files in this
788 of these files are not enforced--any XML file is compiled, but these
13427 public void setPermissionEnforced(String permission, boolean enforced) { in setPermissionEnforced() argument13432 || mSettings.mReadExternalStorageEnforced != enforced) { in setPermissionEnforced()13433 mSettings.mReadExternalStorageEnforced = enforced; in setPermissionEnforced()