Home
last modified time | relevance | path

Searched refs:granted (Results 1 – 25 of 174) sorted by relevance

1234567

/frameworks/native/libs/binder/
DPermissionCache.cpp37 status_t PermissionCache::check(bool* granted, in check() argument
45 *granted = mCache.itemAt(index).granted; in check()
52 uid_t uid, bool granted) { in cache() argument
65 e.granted = granted; in cache()
99 bool granted = false; in checkPermission() local
100 if (pc.check(&granted, permission, uid) != NO_ERROR) { in checkPermission()
102 granted = android::checkPermission(permission, pid, uid); in checkPermission()
106 granted?"granted":"denied", (int)ns2us(t)); in checkPermission()
107 pc.cache(permission, uid, granted); in checkPermission()
109 return granted; in checkPermission()
/frameworks/opt/chips/src/com/android/ex/chips/
DChipsUtil.java32 void onPermissionCheck(String permission, boolean granted); in onPermissionCheck() argument
81 final boolean granted = in hasPermissions()
84 permissionsCheckListener.onPermissionCheck(permission, granted); in hasPermissions()
86 if (!granted) { in hasPermissions()
/frameworks/native/include/binder/
DPermissionCache.h45 bool granted; member
60 status_t check(bool* granted,
63 void cache(const String16& permission, uid_t uid, bool granted);
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
DAppWidget.java86 boolean granted) { in parseSetGrantBindAppWidgetPermissionCommand() argument
107 return new SetBindAppWidgetPermissionCommand(packageName, granted, userId); in parseSetGrantBindAppWidgetPermissionCommand()
141 public SetBindAppWidgetPermissionCommand(String packageName, boolean granted, in SetBindAppWidgetPermissionCommand() argument
144 mGranted = granted; in SetBindAppWidgetPermissionCommand()
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd17 can be granted for. Data subsets are indicated by the path part of a
26 attribute is "{@code true}", permission can be granted for any the data under
28 can be granted only to data subsets that are specified by this element.
34 For information on how permission is granted, see the
45 granted for. The {@code path} attribute specifies a complete path;
46 permission can be granted only to the particular data subset identified
49 permission can be granted to all data subsets with paths that share that
Duses-permission-element.jd45 <dd itemprop="description">Requests a permission that the application must be granted in
46 order for it to operate correctly. Permissions are granted by the user when the
71 <dd>The highest API level at which this permission should be granted to your app.
Duses-permission-sdk-23-element.jd75 The highest API level at which this permission should be granted to your
77 is not granted the permission and cannot use any related functionality.
Dpath-permission-element.jd37 Permission can be granted only to the particular data identified by this path.
44 Permission can be granted to all data subsets with paths that share this initial part.
Dprovider-element.jd144 access the content provider's data can be granted permission to do so,
150 "{@code true}" if permission can be granted, and "{@code false}" if not.
151 If "{@code true}", permission can be granted to any of the content
152 provider's data. If "{@code false}", permission can be granted only
166 In such cases, permission is granted by
/frameworks/base/core/java/android/content/pm/permission/
DRuntimePermissionPresentationInfo.java49 boolean granted, boolean standard) { in RuntimePermissionPresentationInfo() argument
52 if (granted) { in RuntimePermissionPresentationInfo()
/frameworks/rs/driver/runtime/
DNOTICE6 software is freely granted, provided that this notice
/frameworks/native/vulkan/api/
Dplatform.api3 // Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md20 * **ok**: network access granted while app on background (NetworkInfo's state/detailed state should…
/frameworks/base/core/java/android/app/
DINotificationManager.aidl100 void setNotificationPolicyAccessGranted(String pkg, boolean granted); in setNotificationPolicyAccessGranted() argument
DNotificationManager.java678 public void setNotificationPolicyAccessGranted(String pkg, boolean granted) { in setNotificationPolicyAccessGranted() argument
681 service.setNotificationPolicyAccessGranted(pkg, granted); in setNotificationPolicyAccessGranted()
/frameworks/compile/slang/
DNOTICE40 exercising permissions granted by this License.
102 granted to You under this License for that Work shall terminate
218 Permission is hereby granted, free of charge, to any person obtaining a copy of
288 Permission is hereby granted, free of charge, to any person obtaining a copy of
/frameworks/av/
DNOTICE67 additional legal rights not granted by this license.
120 exercising permissions granted by this License.
182 granted to You under this License for that Work shall terminate
297 Permission is hereby granted, free of charge, to any person obtaining
/frameworks/base/
DNOTICE78 additional legal rights not granted by this license.
131 exercising permissions granted by this License.
193 granted to You under this License for that Work shall terminate
308 Permission is hereby granted, free of charge, to any person obtaining
/frameworks/base/docs/html/training/permissions/
Drequesting.jd269 has to override that method to find out whether the permission was granted.
286 // permission was granted, yay! Do the
316 same way it would if the user had explicitly granted your request through the
322 permission it needs, even if the user has already granted another permission
/frameworks/native/
DNOTICE67 additional legal rights not granted by this license.
120 exercising permissions granted by this License.
182 granted to You under this License for that Work shall terminate
297 Permission is hereby granted, free of charge, to any person obtaining
/frameworks/compile/mclinker/
DLICENSE.TXT16 Permission is hereby granted, free of charge, to any person obtaining a copy of
/frameworks/data-binding/compiler/src/main/resources/
DNOTICE.txt91 exercising permissions granted by this License.
153 granted to You under this License for that Work shall terminate
308 exercising permissions granted by this License.
370 granted to You under this License for that Work shall terminate
572 exercising permissions granted by this License.
634 granted to You under this License for that Work shall terminate
890 (c) the licenses granted in this Section 2.1(a) and (b) are
895 granted: 1) for code that You delete from the Original Code; 2)
920 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
925 granted: 1) for any code that Contributor has deleted from the
[all …]
/frameworks/base/docs/html/preview/
Dguide.jd57 can grant or revoke the permissions granted to an app individually at any time. This feature of
80 <li>Test with various combinations of granted/revoked permission.</li>
/frameworks/compile/libbcc/
DNOTICE42 exercising permissions granted by this License.
104 granted to You under this License for that Work shall terminate
218 Permission is hereby granted, free of charge, to any person obtaining a copy of
/frameworks/base/core/jni/
DNOTICE37 exercising permissions granted by this License.
99 granted to You under this License for that Work shall terminate

1234567