OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:granted
(Results
76 - 100
of
17548
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/res/values/
strings.xml
17
<string name="permision_available_camera">Camera Permission has been
granted
. Preview can now be opened.</string>
18
<string name="permision_available_contacts">Contacts Permissions have been
granted
. Contacts screen can now be opened.</string>
19
<string name="permissions_not_granted">Permissions were not
granted
.</string>
/developers/samples/android/system/RuntimePermissions/Application/src/main/res/values/
strings.xml
17
<string name="permision_available_camera">Camera Permission has been
granted
. Preview can now be opened.</string>
18
<string name="permision_available_contacts">Contacts Permissions have been
granted
. Contacts screen can now be opened.</string>
19
<string name="permissions_not_granted">Permissions were not
granted
.</string>
/development/samples/browseable/RuntimePermissions/res/values/
strings.xml
17
<string name="permision_available_camera">Camera Permission has been
granted
. Preview can now be opened.</string>
18
<string name="permision_available_contacts">Contacts Permissions have been
granted
. Contacts screen can now be opened.</string>
19
<string name="permissions_not_granted">Permissions were not
granted
.</string>
/external/autotest/apache/
apache-conf
3
Require all
granted
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/
InterruptedException.java
4
for any purpose with or without fee is hereby
granted
, provided
SecurityException.java
4
for any purpose with or without fee is hereby
granted
, provided
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/security/
AccessControlException.java
4
for any purpose with or without fee is hereby
granted
, provided
Permission.java
4
for any purpose with or without fee is hereby
granted
, provided
/frameworks/rs/driver/runtime/
NOTICE
6
software is freely
granted
, provided that this notice
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/
PermissionsUtil.java
36
* Returns the list of permissions not
granted
from the given list of permissions.
65
* Checks if all the permissions are
granted
.
77
* Queries if al the permissions are
granted
for the given permission strings.
81
// For all pre-M devices, we should have all the premissions
granted
on install.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_strip.h
11
* fee is hereby
granted
, provided that the above copyright
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_strip.h
11
* fee is hereby
granted
, provided that the above copyright
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java
55
* First, permissions are checked if they have already been
granted
through {@link
57
* If permissions have not been
granted
, they are requested through
70
* in the Android manifest file are always
granted
at install time and cannot be requested at run
122
// Camera permission has not been
granted
.
130
"CAMERA permission has already been
granted
. Displaying camera preview.");
143
Log.i(TAG, "CAMERA permission has NOT been
granted
. Requesting permission.");
148
// Provide an additional rationale to the user if the permission was not
granted
166
// Camera permission has not been
granted
yet. Request it directly.
180
// Verify that all required contact permissions have been
granted
.
185
// Contacts permissions have not been
granted
[
all
...]
PermissionUtil.java
29
* Check that all given permissions have been
granted
by verifying that each entry in the
40
// Verify that each required permission has been
granted
, otherwise return false.
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java
55
* First, permissions are checked if they have already been
granted
through {@link
57
* If permissions have not been
granted
, they are requested through
70
* in the Android manifest file are always
granted
at install time and cannot be requested at run
122
// Camera permission has not been
granted
.
130
"CAMERA permission has already been
granted
. Displaying camera preview.");
143
Log.i(TAG, "CAMERA permission has NOT been
granted
. Requesting permission.");
148
// Provide an additional rationale to the user if the permission was not
granted
166
// Camera permission has not been
granted
yet. Request it directly.
180
// Verify that all required contact permissions have been
granted
.
185
// Contacts permissions have not been
granted
[
all
...]
PermissionUtil.java
29
* Check that all given permissions have been
granted
by verifying that each entry in the
40
// Verify that each required permission has been
granted
, otherwise return false.
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
MainActivity.java
55
* First, permissions are checked if they have already been
granted
through {@link
57
* If permissions have not been
granted
, they are requested through
70
* in the Android manifest file are always
granted
at install time and cannot be requested at run
122
// Camera permission has not been
granted
.
130
"CAMERA permission has already been
granted
. Displaying camera preview.");
143
Log.i(TAG, "CAMERA permission has NOT been
granted
. Requesting permission.");
148
// Provide an additional rationale to the user if the permission was not
granted
166
// Camera permission has not been
granted
yet. Request it directly.
180
// Verify that all required contact permissions have been
granted
.
185
// Contacts permissions have not been
granted
[
all
...]
PermissionUtil.java
29
* Check that all given permissions have been
granted
by verifying that each entry in the
40
// Verify that each required permission has been
granted
, otherwise return false.
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
UsePermissionTest23.java
146
// Expect the permission is
granted
150
// Make sure no undeclared as used permissions are
granted
180
// Expect the permission is
granted
184
// We should now have been
granted
both of the permissions from this group.
211
// Expect the permission is not
granted
236
// Expect the permission is
granted
245
// Expect the permission is
granted
270
// Expect the permission is not
granted
286
// Expect the permission is not
granted
295
// Expect the permission is not
granted
[
all
...]
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/
MainActivity.java
38
* the permission has been
granted
.
42
* If it has not been
granted
({@link PackageManager#PERMISSION_GRANTED}), it is requested by
48
* CameraPreviewActivity} if the permission has been
granted
.
85
// Permission has been
granted
. Start camera preview Activity.
86
Snackbar.make(mLayout, "Camera permission was
granted
. Starting preview.",
102
// Check if the Camera permission has been
granted
123
// Permission has not been
granted
and must be requested.
126
// Provide an additional rationale to the user if the permission was not
granted
/developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/
MainActivity.java
38
* the permission has been
granted
.
42
* If it has not been
granted
({@link PackageManager#PERMISSION_GRANTED}), it is requested by
48
* CameraPreviewActivity} if the permission has been
granted
.
85
// Permission has been
granted
. Start camera preview Activity.
86
Snackbar.make(mLayout, "Camera permission was
granted
. Starting preview.",
102
// Check if the Camera permission has been
granted
123
// Permission has not been
granted
and must be requested.
126
// Provide an additional rationale to the user if the permission was not
granted
/development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/
MainActivity.java
38
* the permission has been
granted
.
42
* If it has not been
granted
({@link PackageManager#PERMISSION_GRANTED}), it is requested by
48
* CameraPreviewActivity} if the permission has been
granted
.
85
// Permission has been
granted
. Start camera preview Activity.
86
Snackbar.make(mLayout, "Camera permission was
granted
. Starting preview.",
102
// Check if the Camera permission has been
granted
123
// Permission has not been
granted
and must be requested.
126
// Provide an additional rationale to the user if the permission was not
granted
/device/google/marlin/sepolicy/
domain.te
5
# limit the socket ioctl commands
granted
to all domain processes.
6
# Only allow unprivilaged commands unless explicitly
granted
.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-users.dump
11
-- Local access (cvs parser)
granted
to read/write for user 'dbaccessrw' with password 'dbaccessrwpassword'
16
-- Remote access (website)
granted
to read only for user 'dbaccessro' with password 'dbaccessropassword'
/external/kernel-headers/original/uapi/linux/
dlmconstants.h
43
* Do not queue the lock request on the wait queue if it cannot be
granted
44
* immediately. If the lock cannot be
granted
because of this flag, DLM will
51
* returned to its previously
granted
mode.
69
* the
granted
modes of other locks on the same resource.
78
*
granted
mode of a converting lock to NL. The DLM_SBF_DEMOTED flag is
113
* is compatible with other
granted
locks.
121
* If the requested mode cannot be
granted
immediately, try to grant the lock
122
* in PR mode instead. If this alternate mode is
granted
instead of the
Completed in 498 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>