Home
last modified time | relevance | path

Searched defs:table (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DDatabase.java88 public Cursor query(String table, String[] projection, String selection, String[] selectionArgs, in query()
103 public long insert(String table, ContentValues values) { in insert()
118 public int delete(String table, String selection, String[] selectionArgs) { in delete()
134 public int update(String table, ContentValues values, String selection, in update()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteFtsTest.java104 private void prepareFtsTable(String table, String ftsType, String options) in prepareFtsTable()
119 private Cursor queryFtsTable(String table, String match) { in queryFtsTable()
/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java204 View[][] table = new View[N + 1][M + 1]; in populate() local
262 private void verifyGridAlignment(GridLayout p, View[][] table) { in verifyGridAlignment()
295 View[][] table = populate(mGridLayout); in testAlignment() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java94 Map<String, IntentFlag> table, String name) throws JSONException { in fromJson()
153 Map<String, IntentFlag> table) throws JSONException { in fromJson()
173 Map<String, IntentFlag> table) throws JSONException { in intentsFromJson()
209 static GenerationIntent fromJson(JSONObject object, Map<String, IntentFlag> table) in fromJson()
270 public static LaunchIntent fromJson(JSONObject fakeIntent, Map<String, IntentFlag> table) in fromJson()
359 public static LaunchFromIntent fromJson(JSONObject object, Map<String, IntentFlag> table) in fromJson()
/cts/tests/tests/provider/src/android/provider/cts/
DSettingsTest.java164 private void tryBadTableAccess(String table, String goodtable, String name) { in tryBadTableAccess()
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java219 String table; in insert() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java357 private static <T> List<T> frequencyTableToValues(Map<T, Integer> table) { in frequencyTableToValues()
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java1325 TableLayout table = new TableLayout(ctx); in onCreate() local