Searched refs:NULL_STRING (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.timezone.location.common.PiiLoggables.NULL_STRING;47 assertEquals(NULL_STRING, piiLoggable.toString()); in fromString_null()48 assertEquals(NULL_STRING, piiLoggable.toPiiString()); in fromString_null()67 assertEquals(NULL_STRING, piiLoggableValue.toString()); in fromPiiValue_null()68 assertEquals(NULL_STRING, piiLoggableValue.toPiiString()); in fromPiiValue_null()91 assertEquals(NULL_STRING, function.apply(null)); in toPiiStringFunction()
19 import static com.android.timezone.location.common.PiiLoggables.NULL_STRING;38 assertEquals(NULL_STRING, PiiLoggable.toPiiString(null)); in toPiiString()
47 private static final String NULL_STRING = "*null*"; field in QueryService105 sb.append(s == null ? NULL_STRING : s); in add()
28 static final String NULL_STRING = "null"; field in PiiLoggables90 return mValue == null ? NULL_STRING : REDACTED_STRING; in fromPiiValue()
44 return value == null ? PiiLoggables.NULL_STRING : value.toPiiString(); in toPiiString()