Searched refs:REDACT_FOR_NETWORK_SETTINGS (Results 1 – 10 of 10) sorted by relevance
19 import static android.net.NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS;59 VpnTransportInfo v31 = v11.makeCopy(REDACT_FOR_NETWORK_SETTINGS); in testEqualsAndHashCode()60 VpnTransportInfo v32 = v13.makeCopy(REDACT_FOR_NETWORK_SETTINGS); in testEqualsAndHashCode()70 assertEquals(REDACT_FOR_NETWORK_SETTINGS, v32.getApplicableRedactions()); in testEqualsAndHashCode()
20 import static android.net.NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS;50 return REDACT_FOR_NETWORK_SETTINGS; in getApplicableRedactions()59 ((redactions & REDACT_FOR_NETWORK_SETTINGS) != 0) ? null : mSessionId); in makeCopy()
111 public static final long REDACT_FOR_NETWORK_SETTINGS = 1 << 2; field in NetworkCapabilities125 REDACT_FOR_NETWORK_SETTINGS,
370 writeWifiInfo.makeCopy(NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS); in testWifiInfoRedactNetworkSettingsInfo()394 | NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS, redactions); in testWifiInfoGetApplicableRedactions()
49 import static android.net.NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS;1180 (redactions & REDACT_FOR_NETWORK_SETTINGS) != 0 in makeCopy()1187 | REDACT_FOR_NETWORK_SETTINGS; in getApplicableRedactions()
1507 return (redactions & NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS) != 0; in shouldRedactNetworkSettingsFields()1874 | NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS; in getApplicableRedactions()
153 field public static final long REDACT_FOR_NETWORK_SETTINGS = 4L; // 0x4L
126 import static android.net.NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS;10978 doReturn(REDACT_FOR_ACCESS_FINE_LOCATION | REDACT_FOR_NETWORK_SETTINGS)10997 doReturn(REDACT_FOR_ACCESS_FINE_LOCATION | REDACT_FOR_NETWORK_SETTINGS)11008 REDACT_FOR_ACCESS_FINE_LOCATION | REDACT_FOR_NETWORK_SETTINGS);11038 settingsRedacted | (redactions & REDACT_FOR_NETWORK_SETTINGS) != 011045 | REDACT_FOR_NETWORK_SETTINGS;
83 import static android.net.NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS;2390 if (shouldRedact(redactions, REDACT_FOR_NETWORK_SETTINGS)) {2392 redactions &= ~REDACT_FOR_NETWORK_SETTINGS;
3996 redactions &= ~NetworkCapabilities.REDACT_FOR_NETWORK_SETTINGS; in getConnectionInfo()