/external/selinux/sandbox/ |
test_sandbox.py | 12 self.assertTrue(b'Permission denied' in err, 13 '"Permission denied" not found in %r' % err)
|
/frameworks/base/core/java/android/content/ |
PermissionChecker.java | 60 /** Permission result: The permission is denied. */ 63 /** Permission result: The permission is denied because the app op is not allowed. */
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
DrmConvertSession.java | 152 " was denied denied by SecurityManager.", e);
|
/frameworks/support/compat/src/main/java/androidx/core/content/ |
PermissionChecker.java | 63 /** Permission result: The permission is denied. */ 66 /** Permission result: The permission is denied because the app op is not allowed. */
|
/hardware/qcom/display/msm8226/libqservice/ |
IQService.cpp | 96 ALOGE("display.qservice CONNECT access denied: \ 107 ALOGE("display.qservice access denied: command=%d\
|
/hardware/qcom/display/msm8994/libqservice/ |
IQService.cpp | 96 ALOGE("display.qservice CONNECT access denied: \ 107 ALOGE("display.qservice access denied: command=%d\
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
DrmConvertSession.java | 154 " was denied denied by SecurityManager.", e);
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/ |
MainActivity.java | 66 * have been denied previously. 139 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 150 // For example if the user has previously denied the permission. 200 * If the permission has been denied previously, a SnackBar will prompt the user to grant the 212 // For example, if the request has been denied previously.
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
PermissionsTest.java | 99 // Should stay denied 112 // reset permission to denied and unlocked 124 // reset permission to denied and unlocked
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
assertions.xml | 137 exists and the permissions specified by oflag are denied 141 not exist and permission to create the shared memory object is denied 145 write permission is denied
|
/libcore/luni/src/test/java/tests/java/security/ |
IdentityTest.java | 48 public Permissions denied = new Permissions(); field in class:IdentityTest.MySecurityManager 50 if (denied!=null && denied.implies(permission)) throw new SecurityException();
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
GalleryComposerFragment.java | 166 // Checks to see if the user has permanently denied this permission. If this is their first 168 // permission request. If they've permanently denied the permission, they will be sent to 267 LogUtil.i("GalleryComposerFragment.onRequestPermissionsResult", "Permission denied.");
|
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
KernelLogParserTest.java | 202 "avc: denied scontext=0:0:domain:0 ")); 209 final String SELINUX_DENIAL_STACK = "type=1400 audit(1384544483.730:10): avc: denied " + 321 final String SELINUX_DENIAL_STACK = "type=1400 audit(1384544483.730:10): avc: denied " +
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
AppOpsUtils.java | 51 * Sets the app op mode (e.g. allowed, denied) for a single package and operation.
|
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/ |
PermissionGrantDelegateTest.java | 93 assertEquals("Permission grant state is not denied", PERMISSION_GRANT_STATE_DENIED,
|
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/ |
CameraPreviewFragment.java | 36 * denied) as part of the runtime permissions model. It is not relevant for the use of the
|
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/res/values/ |
strings.xml | 40 <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/build/prebuilts/gradle/RuntimePermissions/ |
README.md | 24 for example if the permission request has been denied before.
|
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/ |
README.md | 29 needed, for example if the permission request has been denied before.
|
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/camera/ |
CameraPreviewFragment.kt | 35 * denied) as part of the runtime permissions model. It is not relevant for the use of the
|
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/res/values/ |
strings.xml | 40 <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/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/ |
CameraPreviewActivity.java | 33 * denied) as part of the runtime permissions model. It is not relevant for the use of the
|
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/camera/ |
CameraPreviewActivity.kt | 35 * denied) as part of the runtime permissions model. It is not relevant for the use of the
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/ |
CameraPreviewFragment.java | 36 * denied) as part of the runtime permissions model. It is not relevant for the use of the
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/res/values/ |
strings.xml | 40 <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>
|