Home
last modified time | relevance | path

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

/frameworks/base/docs/html/training/articles/
Dkeystore.jd90 imported, its authorizations can not be changed. Authorizations are then enforced by the Android
108 some key use authorizations may be enforced by secure hardware, depending on the Android device.
109 Cryptographic and user authentication authorizations are likely to be enforced by secure hardware.
110 Temporal validity interval authorizations are unlikely to be enforced by the secure hardware
113 <p>Whether a key's user authentication authorization is enforced by the secure hardware can be
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_strategy_enforced_audible.pfw24 # - in countries where not enforced in which case it follows STRATEGY_MEDIA
Ddevice_for_strategy_sonification_respectful.pfw8 # follows enforced audible, which follows media)
/frameworks/base/tools/orientationplot/
DREADME.txt82 verify that these limits are being enforced by gradually varying the tilt of
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd105 enforced. There is no way to target a particular admin
388 <dd>A class for managing policies enforced on a device. Most clients of
442 the policies to be enforced. If the user chooses not to enable the application
443 it will still be present on the device, but its policies will not be enforced, and the user will not
520 enforced on a device. {@link android.app.admin.DevicePolicyManager} manages policies for one
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl535 void setPermissionEnforced(String permission, boolean enforced); in setPermissionEnforced() argument
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java1323 final boolean enforced = Boolean.parseBoolean(enforcedRaw); in runSetPermissionEnforced()
1325 mPm.setPermissionEnforced(permission, enforced); in runSetPermissionEnforced()
/frameworks/base/docs/html/work/
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/preview/features/
Dkey-attestation.jd281 list</a> that is enforced by the Android system, not by the device’s TEE.
291 list</a> that is enforced by the device’s TEE.
/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/docs/html/guide/topics/security/
Dpermissions.jd235 <p>A particular permission may be enforced at a number of places during your
773 <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.jd251 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/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/topics/ui/
Ddialogs.jd574 enforced by the {@link android.support.v4.app.Fragment#onAttach onAttach()}
/frameworks/base/docs/html/preview/
Dbehavior-changes.jd216 <strong>Note:</strong> As of yet, this restriction is not fully enforced.
/frameworks/native/docs/
DDoxyfile1772 # exceeded by 50% before the limit is enforced.
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java20396 public void setPermissionEnforced(String permission, boolean enforced) {
20403 || mSettings.mReadExternalStorageEnforced != enforced) {
20404 mSettings.mReadExternalStorageEnforced = enforced;