Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentValues.java587 public static boolean isSupportedValue(Object value) { in isSupportedValue() method in ContentValues
DContentProviderOperation.java770 if (!ContentValues.isSupportedValue(value)) { in withValue()