HomeSort by relevance Sort by last modified time
    Searched defs:Permission (Results 1 - 25 of 40) sorted by null

1 2

  /system/netd/include/
Permission.h 21 // the permission the app (UID) has been granted. When applied to a network, it's the permission an
22 // app must hold to be allowed to use the network. PERMISSION_NONE means "no special permission is
23 // held by the app" or "no special permission is required to use the network".
28 // android.permission.INTERNET framework permission.
31 // such as those that hold the android.permission.CHANGE_NETWORK_STATE framework permission.
34 // partition, those that hold the android.permission.CONNECTIVITY_INTERNAL framework permission an
    [all...]
  /libcore/luni/src/main/java/java/security/acl/
Permission.java 23 public interface Permission {
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationClient.h 17 * this software without specific prior written permission.
49 enum Permission {
52 PermissionDenied // User has explicitly denied permission
66 // Checks the current level of permission.
67 virtual Permission checkPermission(ExecutionContext*) = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebNotificationPresenter.h 16 * this software without specific prior written permission.
46 enum Permission {
47 PermissionAllowed, // User has allowed permission to the origin.
49 PermissionDenied // User has explicitly denied permission from the origin.
64 // Checks the permission level for the given origin.
65 virtual Permission checkPermission(const WebSecurityOrigin&) = 0;
  /libcore/luni/src/main/java/java/security/
Permission.java 25 public abstract class Permission implements Guard, Serializable {
26 public Permission(String name) { }
38 public abstract boolean implies(Permission permission);
  /external/chromium_org/base/debug/
proc_maps_linux.h 19 enum Permission {
  /external/chromium_org/ppapi/shared_impl/
ppapi_permissions.h 13 enum Permission {
14 // Placeholder/uninitialized permission.
41 // Meta permission for initializing plugins registered on the command line
69 bool HasPermission(Permission perm) const;
71 // Returns the internal permission bits. Use for serialization only.
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 82 // before permission is granted by the user.
92 // callbacks for them if permission has been granted. Requests permission if
134 // and the user must have given permission.
142 // Requests permission to share positions with the page.
151 // Processes the notifiers that were waiting for a permission decision. If
158 // fatal error if permission is denied or no position can be obtained.
172 // States of Geolocation permission as granted by the embedder. Unknown
173 // means that the embedder still has to be asked for the current permission
175 enum Permission {
    [all...]
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 28 enum Permission {
37 MediaStreamTypeSettings(Permission permission,
42 Permission permission; member in struct:MediaStreamDevicesController::MediaStreamTypeSettings
105 // Sets the permission of the origin of the request. This is triggered when
117 // Return true if the type has been requested and permission is currently set
118 // to allowed. Note that it does not reflect the final permission decision.
120 // been blocked yet or not and the permission may be changed to blocked during
149 // Holds the requested media types and the permission for each type. It i
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 68 // the permission |kPermissionReadEncrypted| to require a secure connection.
71 enum Permission {
  /external/chromium_org/android_webview/native/permission/
permission_request_handler_unittest.cc 5 #include "android_webview/native/permission/aw_permission_request.h"
6 #include "android_webview/native/permission/aw_permission_request_delegate.h"
7 #include "android_webview/native/permission/permission_request_handler.h"
8 #include "android_webview/native/permission/permission_request_handler_client.h"
23 // Get the origin which initiated the permission request.
33 // Notify the permission request is allowed or not.
47 struct Permission {
48 Permission()
50 Permission(const GURL& origin, int64 resources)
63 Permission(request->GetOrigin(), request->GetResources())
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 794 enum Permission {
801 bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) {
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 66 typedef Flags<PermissionEnum> Permission;
78 Permission pPerm = System);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 14 * derived from this software without specific prior written permission.
99 typedef std::list<Permission*> PermissionList;
116 Permission* FindPermission(const rtc::IPAddress& addr) const;
127 void OnPermissionDestroyed(Permission* perm);
143 // Encapsulates a TURN permission.
144 // The object is created when a create permission request is received by an
146 class TurnServer::Permission : public rtc::MessageHandler {
148 Permission(rtc::Thread* thread, const rtc::IPAddress& peer);
149 ~Permission();
154 sigslot::signal1<Permission*> SignalDestroyed
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 143 * If sdkVersion is 0, then this is not a permission that we want to
150 new PackageParser.NewPermissionInfo(android.Manifest.permission.WRITE_EXTERNAL_STORAGE,
152 new PackageParser.NewPermissionInfo(android.Manifest.permission.READ_PHONE_STATE,
167 new PackageParser.SplitPermissionInfo(android.Manifest.permission.WRITE_EXTERNAL_STORAGE,
168 new String[] { android.Manifest.permission.READ_EXTERNAL_STORAGE },
170 new PackageParser.SplitPermissionInfo(android.Manifest.permission.READ_CONTACTS,
171 new String[] { android.Manifest.permission.READ_CALL_LOG },
173 new PackageParser.SplitPermissionInfo(android.Manifest.permission.WRITE_CONTACTS,
174 new String[] { android.Manifest.permission.WRITE_CALL_LOG },
3465 String permission = sa.getNonConfigurationString( local
3628 String permission = sa.getNonConfigurationString( local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 277 milliseconds

1 2