/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
D | ITetheringConnector.aidl | 26 void tether(String iface, String callerPkg, String callingAttributionTag, in tether() 29 void untether(String iface, String callerPkg, String callingAttributionTag, in untether() 33 String callingAttributionTag, IIntResultListener receiver); in setUsbTethering() 36 String callingAttributionTag, IIntResultListener receiver); in startTethering() 38 void stopTethering(int type, String callerPkg, String callingAttributionTag, in stopTethering() 42 String callingAttributionTag, IIntResultListener receiver); in stopTetheringRequest() 45 boolean showEntitlementUi, String callerPkg, String callingAttributionTag); in requestLatestTetheringEntitlementResult() 51 void isTetheringSupported(String callerPkg, String callingAttributionTag, in isTetheringSupported() 54 void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringService.java | 114 public void tether(String iface, String callerPkg, String callingAttributionTag, in tether() 126 public void untether(String iface, String callerPkg, String callingAttributionTag, in untether() 138 public void setUsbTethering(boolean enable, String callerPkg, String callingAttributionTag, in setUsbTethering() 156 String callingAttributionTag, IIntResultListener listener) { in startTethering() 172 public void stopTethering(int type, String callerPkg, String callingAttributionTag, in stopTethering() 188 String callerPkg, String callingAttributionTag, in stopTetheringRequest() 207 boolean showEntitlementUi, String callerPkg, String callingAttributionTag) { in requestLatestTetheringEntitlementResult() 260 public void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering() 275 public void isTetheringSupported(String callerPkg, String callingAttributionTag, in isTetheringSupported() 306 final String callingAttributionTag, final boolean onlyAllowPrivileged, in checkAndNotifyCommonError() [all …]
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | IConnectivityManager.aidl | 73 int userId, String callingPackageName, String callingAttributionTag); in getDefaultNetworkCapabilitiesForUser() 82 String packageName, String callingAttributionTag); in getRedactedLinkPropertiesForPackage() 85 String callingAttributionTag); in getNetworkCapabilities() 88 String callingPackageName, String callingAttributionTag); in getRedactedNetworkCapabilitiesForPackage() 98 String callingPackageName, String callingAttributionTag); in requestRouteToHostAddress() 158 int callbackFlags, String callingPackageName, String callingAttributionTag, in requestNetwork() 162 in PendingIntent operation, String callingPackageName, String callingAttributionTag); in pendingRequestForNetwork() 168 String callingAttributionTag, int declaredMethodsFlag); in listenForNetwork() 172 String callingAttributionTag); in pendingListenForNetwork()
|
D | ConnectivityManager.java | 2979 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
|
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/ |
D | SettingsShim.java | 33 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
|
/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/ |
D | SettingsShimImpl.java | 52 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
|
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/ |
D | SettingsShimImpl.java | 51 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | HelpersTest.java | 571 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_noPermission() local 597 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_installer() local 624 final String callingAttributionTag = "test"; in checkDestinationFilePathRestrictions_WES() local
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | MockTetheringService.java | 55 @NonNull String callingPackage, @Nullable String callingAttributionTag, in checkAndNoteWriteSettingsOperation()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | LocalCallingIdentity.java | 127 String callingAttributionTag = provider.getCallingAttributionTag(); in fromBinder() local
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | Helpers.java | 602 Context context, AppOpsManager appOpsManager, String callingAttributionTag, in checkDestinationFilePathRestrictions()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 4381 String callingAttributionTag, int subId, String number, int port, String text, in sendVisualVoicemailSmsForSubscriber() 11131 public void enqueueSmsPickResult(String callingPackage, String callingAttributionTag, in enqueueSmsPickResult()
|