Searched refs:cursorIntToContentValues (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/database/ |
H A D | DatabaseUtils.java | 829 public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values) { in cursorIntToContentValues() method in DatabaseUtils 830 cursorIntToContentValues(cursor, field, values, field); in cursorIntToContentValues() 841 public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values, in cursorIntToContentValues() method in DatabaseUtils
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 14051 …method public static void cursorIntToContentValues(android.database.Cursor, String, android.conten… 14052 …method public static void cursorIntToContentValues(android.database.Cursor, String, android.conten…
|