HomeSort by relevance Sort by last modified time
    Searched defs:grant (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/webkit/
PermissionRequest.java 27 * Either {@link #grant(String[]) grant()} or {@link #deny()} must be called in UI
64 * Call this method to grant origin the permission to access the given resources.
67 * @param resources the resources granted to be accessed by origin, to grant
73 public abstract void grant(String[] resources); method in class:PermissionRequest
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/permission/
AwPermissionRequest.java 52 public void grant() { method in class:AwPermissionRequest
74 Log.e(TAG, "Neither grant() nor deny() has been called, "
82 "Either grant() or deny() should be called on UI thread");
85 throw new IllegalStateException("Either grant() or deny() has been already called.");
  /external/tcpdump/
print-mpcp.c 69 { 0x10, "Force Grant #1" },
70 { 0x20, "Force Grant #2" },
71 { 0x40, "Force Grant #3" },
72 { 0x80, "Force Grant #4" },
139 const struct mpcp_grant_t *grant; member in union:__anon35252
148 u_int8_t grant_numbers, grant; local
183 for (grant = 1; grant <= grant_numbers; grant++) {
186 mpcp.grant = (const struct mpcp_grant_t *)tptr;
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 266 public boolean grant(String key, int uid) { method in class:KeyStore
268 return mBinder.grant(key, uid) == NO_ERROR;
  /frameworks/base/core/java/android/security/
IKeystoreService.java 370 public int grant(String name, int granteeUid) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
644 public int grant(String name, int granteeUid) throws RemoteException; method in interface:IKeystoreService
  /system/security/keystore/
IKeystoreService.cpp 463 virtual int32_t grant(const String16& name, int32_t granteeUid) function in class:android::BpKeystoreService
469 status_t status = remote()->transact(BnKeystoreService::GRANT, data, &reply);
471 ALOGD("grant() could not contact remote: %d\n", status);
477 ALOGD("grant() caught exception %d\n", err);
884 case GRANT: {
888 int32_t ret = grant(name, granteeUid);
    [all...]
keystore.cpp 184 "grant",
1204 grant_t* grant = new grant_t; local
1214 grant_t* grant = *it; local
1381 grant_t* grant = *it; local
2175 int32_t grant(const String16& name, int32_t granteeUid) { function in class:android::KeyStoreProxy
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 637 // grant()/deny(), and no need to be notified the cancellation of request.
1088 public void grant(String[] resources) { method in class:WebViewContentsClientAdapter.PermissionRequestAdapter
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 476 Pair<Integer, String> grant = mPackagesWithBindWidgetPermission.valueAt(i); local
477 dumpGrant(grant, i, pw);
632 // The grants are stored in user state wich gets the grant.
656 // The grants are stored in user state wich gets the grant.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1232 milliseconds