Searched defs:redactions (Results 1 – 8 of 8) sorted by relevance
59 default TransportInfo makeCopy(@NetworkCapabilities.RedactionType long redactions) { in makeCopy()
73 public VpnTransportInfo makeCopy(@RedactionType long redactions) { in makeCopy()
346 public NetworkCapabilities(@Nullable NetworkCapabilities nc, @RedactionType long redactions) { in NetworkCapabilities()
585 private WifiInfo(WifiInfo source, long redactions) { in WifiInfo()1603 private boolean shouldRedactLocationSensitiveFields(long redactions) { in shouldRedactLocationSensitiveFields()1607 private boolean shouldRedactLocalMacAddressFields(long redactions) { in shouldRedactLocalMacAddressFields()1611 private boolean shouldRedactNetworkSettingsFields(long redactions) { in shouldRedactNetworkSettingsFields()1974 public WifiInfo makeCopy(long redactions) { in makeCopy()
136 public MloLink(MloLink source, long redactions) { in MloLink()
424 long redactions = new WifiInfo().getApplicableRedactions(); in testWifiInfoGetApplicableRedactions() local
1222 public TransportInfo makeCopy(@NetworkCapabilities.RedactionType long redactions) { in makeCopy()
4525 long redactions = wifiInfo.getApplicableRedactions(); in getConnectionInfo() local