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.java107 public void tether(String iface, String callerPkg, String callingAttributionTag, in tether()
115 public void untether(String iface, String callerPkg, String callingAttributionTag, in untether()
123 public void setUsbTethering(boolean enable, String callerPkg, String callingAttributionTag, in setUsbTethering()
132 String callingAttributionTag, IIntResultListener listener) { in startTethering()
144 public void stopTethering(int type, String callerPkg, String callingAttributionTag, in stopTethering()
156 boolean showEntitlementUi, String callerPkg, String callingAttributionTag) { in requestLatestTetheringEntitlementResult()
187 public void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering()
198 public void isTetheringSupported(String callerPkg, String callingAttributionTag, in isTetheringSupported()
226 final String callingAttributionTag, final IIntResultListener listener) { in checkAndNotifyCommonError()
232 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.aidl71 int userId, String callingPackageName, String callingAttributionTag); in getDefaultNetworkCapabilitiesForUser()
80 String packageName, String callingAttributionTag); in getRedactedLinkPropertiesForPackage()
83 String callingAttributionTag); in getNetworkCapabilities()
86 String callingPackageName, String callingAttributionTag); in getRedactedNetworkCapabilitiesForPackage()
96 String callingPackageName, String callingAttributionTag); in requestRouteToHostAddress()
154 int callbackFlags, String callingPackageName, String callingAttributionTag); in requestNetwork()
157 in PendingIntent operation, String callingPackageName, String callingAttributionTag); in pendingRequestForNetwork()
163 String callingAttributionTag); in listenForNetwork()
167 String callingAttributionTag); in pendingListenForNetwork()
DConnectivityManager.java2656 @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.java416 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_noPermission() local
442 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_installer() local
469 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.java114 String callingAttributionTag = provider.getCallingAttributionTag(); in fromBinder() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java588 Context context, AppOpsManager appOpsManager, String callingAttributionTag, in checkDestinationFilePathRestrictions()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java3847 String callingAttributionTag, int subId, String number, int port, String text, in sendVisualVoicemailSmsForSubscriber()
9809 public void enqueueSmsPickResult(String callingPackage, String callingAttributionTag, in enqueueSmsPickResult()