Searched refs:fromPiiValue (Results 1 – 3 of 3) sorted by relevance
66 PiiLoggableValue<String> piiLoggableValue = PiiLoggables.fromPiiValue(null); in fromPiiValue_null()69 assertEquals(piiLoggableValue, PiiLoggables.fromPiiValue(null)); in fromPiiValue_null()70 assertNotEquals(piiLoggableValue, PiiLoggables.fromPiiValue("Hello")); in fromPiiValue_null()75 public void fromPiiValue() { in fromPiiValue() method in PiiLoggablesTest78 PiiLoggableValue<Object> piiLoggableValue = PiiLoggables.fromPiiValue(piiValue); in fromPiiValue()81 assertEquals(piiLoggableValue, PiiLoggables.fromPiiValue(piiValue)); in fromPiiValue()82 assertNotEquals(piiLoggableValue, PiiLoggables.fromPiiValue(differentPiiValue)); in fromPiiValue()
69 public static <V> PiiLoggableValue<V> fromPiiValue(@Nullable V value) { in fromPiiValue() method in PiiLoggables
100 mPiiLoggableLocation = PiiLoggables.fromPiiValue(location); in LocationListeningResult()