HomeSort by relevance Sort by last modified time
    Searched refs:restricted (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
bogus_code_obj.py 9 For security purposes, "restricted" interpreters are not going to let
  /external/python/cpython2/Lib/test/crashers/
bogus_code_obj.py 9 For security purposes, "restricted" interpreters are not going to let
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowRestrictedLockUtilsWrapper.java 22 public void setRestricted(boolean restricted) {
23 isRestricted = restricted;
ShadowMobileNetworkPreferenceController.java 25 public static void setRestricted(boolean restricted) {
26 mIsRestricted = restricted;
ShadowRestrictionUtils.java 21 public static void setRestricted(boolean restricted) {
22 isRestricted = restricted;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowKeyguardManager.java 30 public void setinRestrictedInputMode(boolean restricted) {
31 inRestrictedInputMode = restricted;
  /frameworks/base/services/core/java/com/android/server/fingerprint/
InternalRemovalClient.java 28 boolean restricted, String owner) {
30 super(context, halDeviceId, token, receiver, fingerId, groupId, userId, restricted, owner);
InternalEnumerateClient.java 37 boolean restricted, String owner, List<Fingerprint> enrolledList) {
39 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
FingerprintService.java 308 boolean restricted = !hasPermission(MANAGE_FINGERPRINT);
313 startEnumerate(mToken, nextUser, null, restricted, true /* internal */);
322 boolean restricted = !hasPermission(MANAGE_FINGERPRINT);
325 restricted, true /* internal */);
578 IFingerprintServiceReceiver receiver, boolean restricted, boolean internal) {
588 token, receiver, fingerId, groupId, userId, restricted,
603 receiver, fingerId, groupId, userId, restricted, token.toString()) {
619 IFingerprintServiceReceiver receiver, boolean restricted, boolean internal) {
629 token, receiver, userId, userId, restricted, context.getOpPackageName(),
645 receiver, userId, userId, restricted, token.toString())
    [all...]
EnumerateClient.java 34 boolean restricted, String owner) {
35 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
RemovalClient.java 37 boolean restricted, String owner) {
38 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
  /external/tpm2/
Unseal.c 35 || object->publicArea.objectAttributes.restricted == SET)
ActivateCredential.c 45 // input decrypt key must be an asymmetric, restricted decryption key
48 || object->publicArea.objectAttributes.restricted == CLEAR)
HMAC_Start.c 14 // TPM_RC_ATTRIBUTES key referenced by handle is not a signing key or is restricted
41 if(publicArea->objectAttributes.restricted == SET)
MakeCredential.c 36 // input key must be an asymmetric, restricted decryption key
37 // NOTE: Needs to be restricted to have a symmetric value.
40 || object->publicArea.objectAttributes.restricted == CLEAR
ECDH_KeyGen.c 15 // TPM_RC_ATTRIBUTES If the key is restricted or the key is not a decryption key
16 // TPM_RC_KEY keyHandle does not reference a non-restricted decryption ECC key
32 // Input key must be a non-restricted, decrypt ECC key
36 if( eccKey->publicArea.objectAttributes.restricted == SET
ECDH_ZGen.c 15 // TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key
34 // Input key must be a non-restricted, decrypt ECC key
38 if( eccKey->publicArea.objectAttributes.restricted == SET
HMAC.c 14 // TPM_RC_ATTRIBUTES key referenced by handle is not a signing key or is a restricted key
41 if(publicArea->objectAttributes.restricted == SET)
LoadExternal.c 64 || in->inPublic.t.publicArea.objectAttributes.restricted != CLEAR
RSA_Decrypt.c 15 // TPM_RC_ATTRIBUTES If the key is restricted or the key is not a decryption key
45 if( rsaKey->publicArea.objectAttributes.restricted == SET
Sign.c 48 // If validation is provided, or the key is restricted, check the ticket
50 || signKey->publicArea.objectAttributes.restricted == SET)
  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 115 public void onModeChanged(int mode, boolean restricted) {
133 boolean enabled = (mode != Settings.Secure.LOCATION_MODE_OFF) && !restricted;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
AppItem.java 29 public boolean restricted; field in class:AppItem
  /compatibility/cdd/9_security-model/
9_5_multi-user-support.md 42 * [C-2-1] MUST support restricted profiles,
44 capabilities on the device. With restricted profiles, device owners can quickly
52 * [C-3-1] MUST NOT support restricted profiles but MUST align with the AOSP
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 163 RESTRICTED|READONLY},
165 RESTRICTED|READONLY},
169 RESTRICTED|READONLY},
171 RESTRICTED|READONLY},
177 restricted(void) function
182 "function attributes not accessible in restricted mode");
189 if (restricted())
205 if (restricted())
229 if (restricted())
241 if (restricted())
    [all...]

Completed in 474 milliseconds

1 2 3 4 5