Searched refs:getCallingAttributionTag (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ServiceStateProvider.java | 673 .setCallingFeatureId(getCallingAttributionTag()) in hasLocationPermission()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | LocalCallingIdentity.java | 115 String callingAttributionTag = provider.getCallingAttributionTag(); in fromBinder()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentProvider.java | 1000 public final @Nullable String getCallingAttributionTag() { in getCallingAttributionTag() method in ContentProvider 1013 return getCallingAttributionTag(); in getCallingFeatureId()
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadProvider.java | 741 getCallingPackage(), Binder.getCallingUid(), getCallingAttributionTag(), in insert() 1074 mAppOpsManager, getCallingAttributionTag(), isLegacyMode, in checkFileUriDestination() 1104 mAppOpsManager, getCallingAttributionTag(), isLegacyMode, in checkDownloadedFilePath()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProvider.java | 1875 Binder.getCallingUid(), callingPackage, getCallingAttributionTag(),
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 10147 method @Nullable public final String getCallingAttributionTag();
|