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()
314 public NetworkCapabilities(@Nullable NetworkCapabilities nc, @RedactionType long redactions) { in NetworkCapabilities()
571 private WifiInfo(WifiInfo source, long redactions) { in WifiInfo()1554 private boolean shouldRedactLocationSensitiveFields(long redactions) { in shouldRedactLocationSensitiveFields()1558 private boolean shouldRedactLocalMacAddressFields(long redactions) { in shouldRedactLocalMacAddressFields()1562 private boolean shouldRedactNetworkSettingsFields(long redactions) { in shouldRedactNetworkSettingsFields()1921 public WifiInfo makeCopy(long redactions) { in makeCopy()
136 public MloLink(MloLink source, long redactions) { in MloLink()
416 long redactions = new WifiInfo().getApplicableRedactions(); in testWifiInfoGetApplicableRedactions() local
1182 public TransportInfo makeCopy(@NetworkCapabilities.RedactionType long redactions) { in makeCopy()
4296 long redactions = wifiInfo.getApplicableRedactions(); in getConnectionInfo() local