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()
331 public NetworkCapabilities(@Nullable NetworkCapabilities nc, @RedactionType long redactions) { in NetworkCapabilities()
586 private WifiInfo(WifiInfo source, long redactions) { in WifiInfo()1610 private boolean shouldRedactLocationSensitiveFields(long redactions) { in shouldRedactLocationSensitiveFields()1614 private boolean shouldRedactLocalMacAddressFields(long redactions) { in shouldRedactLocalMacAddressFields()1618 private boolean shouldRedactNetworkSettingsFields(long redactions) { in shouldRedactNetworkSettingsFields()1981 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
1224 public TransportInfo makeCopy(@NetworkCapabilities.RedactionType long redactions) { in makeCopy()
4999 long redactions = wifiInfo.getApplicableRedactions(); in getConnectionInfo() local