Searched refs:enforced (Results 1 – 21 of 21) sorted by relevance
/frameworks/base/docs/html/training/articles/ |
D | keystore.jd | 90 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/ |
D | device_for_strategy_enforced_audible.pfw | 24 # - in countries where not enforced in which case it follows STRATEGY_MEDIA
|
D | device_for_strategy_sonification_respectful.pfw | 8 # follows enforced audible, which follows media)
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 82 verify that these limits are being enforced by gradually varying the tilt of
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 105 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/ |
D | IPackageManager.aidl | 535 void setPermissionEnforced(String permission, boolean enforced); in setPermissionEnforced() argument
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
D | Pm.java | 1323 final boolean enforced = Boolean.parseBoolean(enforcedRaw); in runSetPermissionEnforced() 1325 mPm.setPermissionEnforced(permission, enforced); in runSetPermissionEnforced()
|
/frameworks/base/docs/html/work/ |
D | device-management-policy.jd | 50 <p>You must declare the selected policy set, which will be enforced by the application, in the
|
/frameworks/base/docs/html/preview/features/ |
D | key-attestation.jd | 281 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/ |
D | send-files.jd | 94 enforced. Future versions of the platform may require it for apps that want to read from
|
D | receive-files.jd | 119 only enforced if the user chooses to do so. Future versions of the platform may require this
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 235 <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/ |
D | RELEASENOTES.jd | 272 properly enforced. </li> 275 now properly enforced.</li>
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 251 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/ |
D | menu_design.jd | 334 is enforced by the system in the following way. When you press the <em>Menu</em>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 486 rules are not enforced by the system. If an application wants to play loud
|
D | camera.jd | 1026 any files saved in this location are removed. Security is not enforced for files in this
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 574 enforced by the {@link android.support.v4.app.Fragment#onAttach onAttach()}
|
/frameworks/base/docs/html/preview/ |
D | behavior-changes.jd | 216 <strong>Note:</strong> As of yet, this restriction is not fully enforced.
|
/frameworks/native/docs/ |
D | Doxyfile | 1772 # exceeded by 50% before the limit is enforced.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 20396 public void setPermissionEnforced(String permission, boolean enforced) { 20403 || mSettings.mReadExternalStorageEnforced != enforced) { 20404 mSettings.mReadExternalStorageEnforced = enforced;
|