Home
last modified time | relevance | path

Searched refs:REDACTED_STRING (Results 1 – 2 of 2) sorted by relevance

/packages/modules/GeoTZ/common/src/main/java/com/android/timezone/location/common/
DPiiLoggables.java29 static final String REDACTED_STRING = "<redacted>"; field in PiiLoggables
90 return mValue == null ? NULL_STRING : REDACTED_STRING; in fromPiiValue()
/packages/modules/GeoTZ/common/src/test/java/com/android/timezone/location/common/
DPiiLoggablesTest.java20 import static com.android.timezone.location.common.PiiLoggables.REDACTED_STRING;
79 assertEquals(REDACTED_STRING, piiLoggableValue.toString()); in fromPiiValue()