Home
last modified time | relevance | path

Searched refs:enforced (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/tools/orientationplot/
DREADME.txt80 verify that these limits are being enforced by gradually varying the tilt of
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd99 enforced. There is no way to target a particular admin
382 <dd>A class for managing policies enforced on a device. Most clients of
436 the policies to be enforced. If the user chooses not to enable the application
437 it will still be present on the device, but its policies will not be enforced, and the user will not
514 enforced on a device. {@link android.app.admin.DevicePolicyManager} manages policies for one
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl441 void setPermissionEnforced(String permission, boolean enforced); in setPermissionEnforced() argument
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd50 <p>You must declare the selected policy set, which will be enforced by the application, in the
/frameworks/base/docs/html/training/beam-files/
Dsend-files.jd94 enforced. Future versions of the platform may require it for apps that want to read from
Dreceive-files.jd119 only enforced if the user chooses to do so. Future versions of the platform may require this
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java1564 final boolean enforced = Boolean.parseBoolean(enforcedRaw); in runSetPermissionEnforced()
1566 mPm.setPermissionEnforced(permission, enforced); in runSetPermissionEnforced()
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd162 <p>A particular permission may be enforced at a number of places during your
380 <p>Arbitrarily fine-grained permissions can be enforced at any call into a
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd272 properly enforced. </li>
275 now properly enforced.</li>
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd237 external storage on a computer or removes the media, and there's no security enforced upon files you
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd334 is enforced by the system in the following way. When you press the <em>Menu</em>
/frameworks/base/docs/html/tools/help/
Dadb.jd1072 set-permission-enforced &lt;PERMISSION> [true|false]
1074 <td>Specifies whether the given permission should be enforced.
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd574 enforced by the {@link android.support.v4.app.Fragment#onAttach onAttach()}
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd486 rules are not enforced by the system. If an application wants to play loud
Dcamera.jd1026 any files saved in this location are removed. Security is not enforced for files in this
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd788 of these files are not enforced--any XML file is compiled, but these
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java13427 public void setPermissionEnforced(String permission, boolean enforced) { in setPermissionEnforced() argument
13432 || mSettings.mReadExternalStorageEnforced != enforced) { in setPermissionEnforced()
13433 mSettings.mReadExternalStorageEnforced = enforced; in setPermissionEnforced()