Home
last modified time | relevance | path

Searched defs:requestHashCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/uri/
DUriGrantsManagerInternal.java76 int requestHashCode); in checkGrantUriPermissionFromIntent()
94 void notifyActivityLaunchRequestCompleted(int requestHashCode, boolean isSuccessfulLaunch, in notifyActivityLaunchRequestCompleted()
DUriGrantsManagerService.java638 Integer requestHashCode) { in checkGrantUriPermissionFromIntentUnlocked()
736 GrantUri grantUri, int callingUid, Integer requestHashCode) { in enforceRequireContentUriPermissionFromCallerUnlocked()
776 GrantUri grantUri, int callingUid, Integer requestHashCode) { in tryAddingContentUriWithoutCallerReadPermissionWhenAttributeIsNoneUnlocked()
804 Integer requestHashCode) { in enforceRequireContentUriPermissionFromCallerOnIntentExtraStreamUnlocked()
835 private void notifyActivityLaunchRequestCompletedUnlocked(Integer requestHashCode, in notifyActivityLaunchRequestCompletedUnlocked()
1749 int requestHashCode) { in checkGrantUriPermissionFromIntent()
1755 public void notifyActivityLaunchRequestCompleted(int requestHashCode, in notifyActivityLaunchRequestCompleted()
1767 @Nullable Integer requireContentUriPermissionFromCaller, Integer requestHashCode) { in internalCheckGrantUriPermissionFromIntent()