Searched refs:VALUE_NOT_A_STRING (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.adservices.service.common.JsonUtils.VALUE_NOT_A_STRING;55 String.format(VALUE_NOT_A_STRING, KEY + "otherValue"), in testGetStringFromJsonThrowsJSONExceptionWhenKeyDoesNotExist()67 String.format(VALUE_NOT_A_STRING, KEY), in testGetStringFromJsonThrowsJSONExceptionWhenValueIsNotString()107 String.format(VALUE_NOT_A_STRING, KEY), in testGetStringFromJsonThrowsJSONExceptionWhenValueIsJSONObject()
29 public static final String VALUE_NOT_A_STRING = "Value with key %s is not a String!"; field in JsonUtils40 return getStringFromJson(jsonObject, key, String.format(VALUE_NOT_A_STRING, key)); in getStringFromJson()