Searched refs:locationRedacted (Results 1 – 2 of 2) sorted by relevance
431 assertFalse(testTransportInfo.locationRedacted); in testNetworkCapabilitiesCopyWithNoRedactions()445 assertTrue(testTransportInfo.locationRedacted); in testNetworkCapabilitiesCopyWithoutLocationSensitiveFields()1202 public final boolean locationRedacted; field in NetworkCapabilitiesTest.TestTransportInfo1207 locationRedacted = false; in TestTransportInfo()1212 TestTransportInfo(boolean locationRedacted, in TestTransportInfo() argument1215 this.locationRedacted = locationRedacted; in TestTransportInfo()
12577 public final boolean locationRedacted;12582 locationRedacted = false;12587 TestTransportInfo(boolean locationRedacted, boolean localMacAddressRedacted,12589 this.locationRedacted = locationRedacted;12598 locationRedacted | (redactions & REDACT_FOR_ACCESS_FINE_LOCATION) != 0,12614 return that.locationRedacted == this.locationRedacted12621 return Objects.hash(locationRedacted, localMacAddressRedacted, settingsRedacted);12628 locationRedacted, localMacAddressRedacted, settingsRedacted);12715 assertTrue(getTestTransportInfo(mWiFiAgent).locationRedacted);12718 assertTrue(getTestTransportInfo(mWiFiAgent).locationRedacted);[all …]