summaryrefslogtreecommitdiff
path: root/apishim/common/com/android
diff options
context:
space:
mode:
Diffstat (limited to 'apishim/common/com/android')
-rw-r--r--apishim/common/com/android/networkstack/apishim/NetworkInformationShim.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/apishim/common/com/android/networkstack/apishim/NetworkInformationShim.java b/apishim/common/com/android/networkstack/apishim/NetworkInformationShim.java
index 9018888..15a2a70 100644
--- a/apishim/common/com/android/networkstack/apishim/NetworkInformationShim.java
+++ b/apishim/common/com/android/networkstack/apishim/NetworkInformationShim.java
@@ -44,4 +44,10 @@ public interface NetworkInformationShim {
*/
@Nullable
String getSSID(@Nullable NetworkCapabilities nc);
+
+ /**
+ * @see LinkProperties#makeSensitiveFieldsParcelingCopy()
+ */
+ @NonNull
+ LinkProperties makeSensitiveFieldsParcelingCopy(@NonNull LinkProperties lp);
}