/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/res/values/ |
strings.xml | 12 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/res/values/ |
strings.xml | 12 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
|
/development/samples/browseable/RuntimePermissions/res/values/ |
strings.xml | 12 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
|
/external/boringssl/src/ssl/test/runner/ |
alert.go | 57 alertAccessDenied: "access denied",
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 12 N_( "Permission denied"),
|
imap_err.et | 33 "Permission denied"
|
/external/kernel-headers/original/uapi/linux/ |
psci.h | 20 * INVALID_PARAMS, and DENIED defined below are applicable
|
/external/openssh/ |
audit.h | 43 SSH_NOLOGIN, /* denied by /etc/nologin, not implemented */
|
/external/selinux/policycoreutils/audit2allow/ |
audit2allow.1 | 29 \- generate SELinux policy allow/dontaudit rules from logs of denied operations 32 \- translates SELinux audit messages into a description of why the access was denied (audit2allow \-w) 89 Translates SELinux audit messages into a description of why the access was denied 97 This utility scans the logs for messages logged when the system denied
|
/packages/apps/Nfc/etc/ |
sample_nfcee_access.xml | 42 hex encoded signature of applications that are denied NFCEE
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateFilter.java | 39 * @return {@code true} if the word is allowed; {@code false} if the word is denied.
|
/external/libselinux/src/ |
avc.c | 658 access_vector_t denied, audited; local 660 denied = requested & ~avd->allowed; 661 if (denied) 662 audited = denied & avd->auditdeny; 664 audited = denied = requested; 676 "%s: %s ", avc_prefix, (denied || !requested) ? "denied" : "granted"); 713 access_vector_t denied; local 767 denied = requested & ~(ae->avd.allowed); 769 if (!requested || denied) { [all...] |
/external/selinux/libselinux/man/man3/ |
avc_add_callback.3 | 81 Previously denied permissions are now granted for 137 should now be audited when denied for 146 should no longer be audited when denied for
|
/external/selinux/libselinux/src/ |
avc.c | 698 access_vector_t denied, audited; local 700 denied = requested & ~avd->allowed; 701 if (denied) 702 audited = denied & avd->auditdeny; 704 audited = denied = requested; 716 "%s: %s ", avc_prefix, (denied || !requested) ? "denied" : "granted"); 753 access_vector_t denied; local 807 denied = requested & ~(ae->avd.allowed); 809 if (!requested || denied) { [all...] |
/hardware/qcom/display/msm8084/libqservice/ |
IQService.cpp | 105 ALOGE("display.qservice CONNECT_HWC_CLIENT access denied: \ 117 ALOGE("display.qservice CONNECT_HDMI_CLIENT access denied: \ 128 ALOGE("display.qservice access denied: command=%d\
|
/libcore/luni/src/main/java/java/security/acl/ |
Acl.java | 29 * (<i>positive</i>) or denied 44 * neither granted nor denied to that {@code Principal}.</li> 119 * principal belongs to, the negative (denied) permissions are the union of
|
/external/lldb/test/pexpect-2.4/ |
pxssh.py | 196 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout) 204 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 207 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 210 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 222 # ask for the password again, others return 'denied' right away. 227 elif i==3: # permission denied -- password was bad. 229 raise ExceptionPxssh ('permission denied')
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
PermissionsTest.java | 98 // Should stay denied 111 // reset permission to denied and unlocked 123 // reset permission to denied and unlocked
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 60 <string name="camera_permission_denied_explanation">You\'ve denied a permission that the app
|
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/ |
ConfirmationDialogFragment.java | 72 * Called when the PermissoinRequest is allowed or denied by the user.
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/ |
ConfirmationDialogFragment.java | 72 * Called when the PermissoinRequest is allowed or denied by the user.
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 60 <string name="camera_permission_denied_explanation">You\'ve denied a permission that the app
|
/development/samples/browseable/HdrViewfinder/res/values/ |
strings.xml | 60 <string name="camera_permission_denied_explanation">You\'ve denied a permission that the app
|
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/ |
ConfirmationDialogFragment.java | 72 * Called when the PermissoinRequest is allowed or denied by the user.
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FieldPort.java | 68 "Access to field '" + mField.getName() + "' was denied!");
|