Searched refs:REDACT_FOR_LOCAL_MAC_ADDRESS (Results 1 – 8 of 8) sorted by relevance
251 writeWifiInfo.makeCopy(NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS); in testWifiInfoRedactLocalMacAddressInfo()314 | NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS in testWifiInfoGetApplicableRedactions()350 | NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS); in testWifiInfoRedactLocationAndLocalMacAddressSensitiveInfo()
40 import static android.net.NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS;1089 (redactions & REDACT_FOR_LOCAL_MAC_ADDRESS) != 0, in makeCopy()1096 return REDACT_FOR_ACCESS_FINE_LOCATION | REDACT_FOR_LOCAL_MAC_ADDRESS in getApplicableRedactions()
1224 return (redactions & NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS) != 0; in shouldRedactLocalMacAddressFields()1551 | NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS in getApplicableRedactions()
98 public static final long REDACT_FOR_LOCAL_MAC_ADDRESS = 1 << 1; field in NetworkCapabilities122 REDACT_FOR_LOCAL_MAC_ADDRESS,
117 field public static final long REDACT_FOR_LOCAL_MAC_ADDRESS = 2L; // 0x2L
104 import static android.net.NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS;9839 .thenReturn(REDACT_FOR_ACCESS_FINE_LOCATION | REDACT_FOR_LOCAL_MAC_ADDRESS); in testCreateForCallerWithLocalMacAddressSanitizedWithLocalMacAddressPermission()9858 .thenReturn(REDACT_FOR_ACCESS_FINE_LOCATION | REDACT_FOR_LOCAL_MAC_ADDRESS); in testCreateForCallerWithLocalMacAddressSanitizedWithoutLocalMacAddressPermission()9868 | REDACT_FOR_LOCAL_MAC_ADDRESS); in testCreateForCallerWithLocalMacAddressSanitizedWithoutLocalMacAddressPermission()9936 localMacAddressRedacted | (redactions & REDACT_FOR_LOCAL_MAC_ADDRESS) != 0, in makeCopy()9943 return REDACT_FOR_ACCESS_FINE_LOCATION | REDACT_FOR_LOCAL_MAC_ADDRESS in getApplicableRedactions()
76 import static android.net.NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS;2168 if (shouldRedact(redactions, REDACT_FOR_LOCAL_MAC_ADDRESS)) { in retrieveRequiredRedactions()2170 redactions &= ~REDACT_FOR_LOCAL_MAC_ADDRESS; in retrieveRequiredRedactions()
3169 redactions &= ~NetworkCapabilities.REDACT_FOR_LOCAL_MAC_ADDRESS; in getConnectionInfo()