HomeSort by relevance Sort by last modified time
    Searched refs:grant (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/webkit/
PermissionRequest.java 27 * Either {@link #grant(String[]) grant()} or {@link #deny()} must be called in UI
33 * specific permissions you intend to grant to {@link #grant(String[]) grant()},
36 * permissionRequest.grant(permissionRequest.getResources()) // This is wrong!!!
83 * Call this method to grant origin the permission to access the given resources.
86 * @param resources the resources granted to be accessed by origin, to grant
92 public abstract void grant(String[] resources); method in class:PermissionRequest
  /external/tcpdump/
print-mpcp.c 58 { 0x10, "Force Grant #1" },
59 { 0x20, "Force Grant #2" },
60 { 0x40, "Force Grant #3" },
61 { 0x80, "Force Grant #4" },
128 const struct mpcp_grant_t *grant; member in union:__anon35175
137 uint8_t grant_numbers, grant; local
170 for (grant = 1; grant <= grant_numbers; grant++) {
172 mpcp.grant = (const struct mpcp_grant_t *)tptr
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionEvent.java 42 // determine if we should grant or revoke permission
44 boolean grant = perm == PackageManager.PERMISSION_DENIED;
47 grant ? "grant" : "revoke", mPermissionInfo.name, mPkg));
48 if (grant) {
  /system/security/keystore/
grant_store.cpp 28 Grant::Grant(const std::string& alias, const std::string& owner_dir_name, const uid_t owner_uid,
64 const Grant* GrantStore::get(const uid_t uid, const std::string& alias) const {
72 auto grant = uid_grant_list.find(grant_no); local
73 if (grant == uid_grant_list.end()) return nullptr;
74 if (grant->alias_ != wrappedAlias) return nullptr;
75 return &(*grant);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
KeyManagementTest.java 105 final String grant = "com.android.test.autogrant-key-1"; local
112 grant, true));
117 assertGranted(grant, true);
121 assertEquals(KeyChain.getPrivateKey(getActivity(), grant).getAlgorithm(), "RSA");
124 assertTrue(mDevicePolicyManager.removeKeyPair(getWho(), grant)); local
128 assertGranted(grant, false);
224 assertEquals("Grant for alias: \"" + alias + "\"", expected, granted);
279 * to make sure the DPC actually has to do some work to grant the cert.
  /external/webrtc/webrtc/tools/rtcbot/test/
ping_pong.js 5 // tree. An additional intellectual property rights grant can be found
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
ManageAppUsageAccess.java 105 private void setAppUsageAccess(ApplicationsState.AppEntry entry, boolean grant) {
108 grant ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
  /compatibility/cdd/9_security-model/
9_1_permissions.md 30 whether to grant the requested runtime permissions and also provide
34 * [C-0-5] MUST NOT grant any runtime permissions to preinstalled
45 user-accessible mechanism to grant or revoke access to such apps in response
53 * [C-1-1] are STRONGLY RECOMMENDED provide user-accessible mechanism to grant
9_4_alternate-execution-environments.md 24 * [C-0-5] Alternate runtimes MUST NOT launch with, grant, or be granted
27 * [C-0-6] Alternate runtimes MUST NOT be launched with, be granted, or grant
  /external/libvpx/libvpx/vpx_ports/
emms.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/webrtc/tools/matlab/
maxUnwrap.m 21 % tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/base/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/common_audio/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/common_audio/resampler/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/common_audio/vad/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/aec/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/agc/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/transient/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/utility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/vad/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerBackupHelper.java 173 for (Pair<String, Integer> grant : allAccountGrants) {
174 final String accountName = grant.first;
175 final int uid = grant.second;
188 Slog.i(TAG, "Skipping backup of account access grant for"

Completed in 547 milliseconds

1 2 3 4 5 6 7