Home
last modified time | relevance | path

Searched defs:callingAttributionTag (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java108 public void tether(String iface, String callerPkg, String callingAttributionTag, in tether()
116 public void untether(String iface, String callerPkg, String callingAttributionTag, in untether()
124 public void setUsbTethering(boolean enable, String callerPkg, String callingAttributionTag, in setUsbTethering()
133 String callingAttributionTag, IIntResultListener listener) { in startTethering()
145 public void stopTethering(int type, String callerPkg, String callingAttributionTag, in stopTethering()
157 boolean showEntitlementUi, String callerPkg, String callingAttributionTag) { in requestLatestTetheringEntitlementResult()
188 public void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering()
199 public void isTetheringSupported(String callerPkg, String callingAttributionTag, in isTetheringSupported()
227 final String callingAttributionTag, final IIntResultListener listener) { in checkAndNotifyCommonError()
233 final String callingAttributionTag, final boolean onlyAllowPrivileged, in checkAndNotifyCommonError()
[all …]
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringConnector.aidl25 void tether(String iface, String callerPkg, String callingAttributionTag, in tether()
28 void untether(String iface, String callerPkg, String callingAttributionTag, in untether()
32 String callingAttributionTag, IIntResultListener receiver); in setUsbTethering()
35 String callingAttributionTag, IIntResultListener receiver); in startTethering()
37 void stopTethering(int type, String callerPkg, String callingAttributionTag, in stopTethering()
41 boolean showEntitlementUi, String callerPkg, String callingAttributionTag); in requestLatestTetheringEntitlementResult()
47 void isTetheringSupported(String callerPkg, String callingAttributionTag, in isTetheringSupported()
50 void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering()
/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl72 int userId, String callingPackageName, String callingAttributionTag); in getDefaultNetworkCapabilitiesForUser()
81 String packageName, String callingAttributionTag); in getRedactedLinkPropertiesForPackage()
84 String callingAttributionTag); in getNetworkCapabilities()
87 String callingPackageName, String callingAttributionTag); in getRedactedNetworkCapabilitiesForPackage()
97 String callingPackageName, String callingAttributionTag); in requestRouteToHostAddress()
156 int callbackFlags, String callingPackageName, String callingAttributionTag); in requestNetwork()
159 in PendingIntent operation, String callingPackageName, String callingAttributionTag); in pendingRequestForNetwork()
165 String callingAttributionTag); in listenForNetwork()
169 String callingAttributionTag); in pendingListenForNetwork()
DConnectivityManager.java2961 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DSettingsShim.java33 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DSettingsShimImpl.java51 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/
DSettingsShimImpl.java52 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DHelpersTest.java439 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_noPermission() local
465 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_installer() local
492 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_WES() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DMockTetheringService.java48 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalCallingIdentity.java125 String callingAttributionTag = provider.getCallingAttributionTag(); in fromBinder() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java602 Context context, AppOpsManager appOpsManager, String callingAttributionTag, in checkDestinationFilePathRestrictions()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java4337 String callingAttributionTag, int subId, String number, int port, String text, in sendVisualVoicemailSmsForSubscriber()
10952 public void enqueueSmsPickResult(String callingPackage, String callingAttributionTag, in enqueueSmsPickResult()