Home
last modified time | relevance | path

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

12345

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseDatabaseHelperUpgradeTest.java201 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_Match() local
206 TableStructure table = new TableStructure(); in testAssertHasColumn_Empty() local
217 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_ColumnNotExist() local
228 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_TypeMismatch() local
239 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_NotNullMismatch() local
250 TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz"); in testAssertHasColumn_DefaultMatch() local
255 TableStructure table = createOneColumnTable("foo", INTEGER, false, "bar"); in testAssertHasColumn_DefaultMismatch() local
266 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_DefaultMismatch_Null1() local
277 TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz"); in testAssertHasColumn_DefaultMismatch_Null2() local
289 TableStructure table = new TableStructure(); in createOneColumnTable() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDatabaseModifier.java35 public abstract long insert(String table, String nullColumnHack, ContentValues values); in insert()
45 public abstract int update(Uri uri, String table, ContentValues values, in update()
51 public abstract int delete(String table, String whereClause, String[] whereArgs); in delete()
DDbModifierWithNotification.java109 public long insert(String table, String nullColumnHack, ContentValues values) { in insert()
173 public int update(Uri uri, String table, ContentValues values, String whereClause, in update()
266 private void updateLastModified(String table, String whereClause, String[] whereArgs) { in updateLastModified()
276 public int delete(String table, String whereClause, String[] whereArgs) { in delete()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java89 public static void showAudioData(TableDisplay table, Bundle tags) { in showAudioData()
112 TableDisplay table, in showVideoData()
133 TableDisplay table, in showExifData()
193 TableDisplay table, in showCoordiantes()
236 TableDisplay table = MediaView.this; in getAddress() local
286 private static void addDimensionsRow(TableDisplay table, Resources resources, Bundle tags) { in addDimensionsRow()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/model/
DMediaQuery.java137 public String getTableWithRequiredJoins(String table, in getTableWithRequiredJoins()
205 @NonNull PickerSQLConstants.Table table, in addWhereClause()
241 @NonNull PickerSQLConstants.Table table, in addDateTakenClause()
268 @NonNull PickerSQLConstants.Table table) { in addMimeTypeClause()
DFavoritesMediaQuery.java58 @NonNull PickerSQLConstants.Table table, in addWhereClause()
75 @NonNull PickerSQLConstants.Table table, in getLocalFavoriteMediaWhereClause()
112 private String getCloudFavoriteMediaWhereClause(@NonNull PickerSQLConstants.Table table) { in getCloudFavoriteMediaWhereClause()
DPreviewMediaQuery.java81 @NonNull PickerSQLConstants.Table table, in addWhereClause()
92 String table) { in addIdSelectionClause()
141 public String getTableWithRequiredJoins(String table, in getTableWithRequiredJoins()
DMediaQueryForPreSelection.java66 @NonNull PickerSQLConstants.Table table, in addWhereClause()
77 private String addIdSelectionClause( in addIdSelectionClause()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DMoreDatabaseUtils.java38 public static String buildCreateIndexSql(String table, String field) { in buildCreateIndexSql()
51 public static String buildDropIndexSql(String table, String field) { in buildDropIndexSql()
60 public static String buildIndexName(String table, String field) { in buildIndexName()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructRtMsg.java51 public final short table; // Routing table ID. field in StructRtMsg
62 public StructRtMsg(short family, short dstLen, short srcLen, short tos, short table, in StructRtMsg()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DArpResponder.kt41 private val table = table.toMap() constant
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DPickerMediaDatabaseUtil.java523 @NonNull PickerSQLConstants.Table table, in getMediaPageQuery()
569 @NonNull PickerSQLConstants.Table table, in getMediaNextPageKeyQuery()
618 @NonNull PickerSQLConstants.Table table, in getMediaPreviousPageQuery()
660 @NonNull PickerSQLConstants.Table table, in getMediaItemsBeforeCountQuery()
762 private static String getSortOrder( in getSortOrder()
DMediaInMediaSetsDatabaseUtil.java207 @NonNull String table) { in getSearchMediaInMediaSetsPageQuery()
246 @NonNull String table) { in getMediaInMediaSetsNextPageKeyQuery()
277 @NonNull String table) { in getMediaInMediaSetsPreviousPageQuery()
DSearchResultsDatabaseUtil.java296 @NonNull String table) { in getSearchMediaPageQuery()
336 @NonNull String table) { in getSearchMediaNextPageKeyQuery()
372 @NonNull String table) { in getSearchMediaPreviousPageQuery()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DDevelopmentDatabaseHelper.java121 private static void dropTableIfExists(SQLiteDatabase db, String table) { in dropTableIfExists()
146 new String[] {"table", SETTINGS_TABLE_NAME})) { in settingsTableExists()
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dnormalize.cc70 static uint16_t table[kTableSize]; in CreateTable() local
87 static const uint16_t* table = CreateTable(); in NormalizeForSearch() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
DFilterStackDBHelper.java69 protected static void createTable(SQLiteDatabase db, String table, String[][] columns) { in createTable()
92 protected static void dropTable(SQLiteDatabase db, String table) { in dropTable()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DCardContentProvider.java93 final String table = getTableFromMatch(uri); in bulkInsert() local
167 final String table = getTableFromMatch(uri); in query() local
202 String table; in getTableFromMatch() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseWrapper.java301 public long queryNumEntries(final String table, final String selection, in queryNumEntries()
337 public int update(final String table, final ContentValues values, in update()
358 public int delete(final String table, final String whereClause, final String[] whereArgs) { in delete()
379 public long insert(final String table, final String nullColumnHack, in insert()
399 public long replace(final String table, final String nullColumnHack, in replace()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/
DNSResponder.kt50 private val table = table.toMap() constant
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DResultActivity.java178 TableLayout table = (TableLayout)findViewById(R.id.table); in addRow() local
188 TableLayout table = (TableLayout)findViewById(R.id.table); in addSeparator() local
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java295 String table = getTableFromMatch(match, uri); in insertInTransaction() local
320 String table = getTableFromMatch(match, uri); in query() local
339 String table = getTableFromMatch(match, uri); in updateInTransaction() local
391 String table; in getTableFromMatch() local
455 protected static String nestWhere(String matchColumn, String table, String nestedWhere) { in nestWhere()
498 String table = getTableFromMatch(match, uri); in deleteCascade() local
518 protected Cursor query(String table, String[] columns, String selection, in query()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTableDream.java39 PhotoTable table = (PhotoTable) findViewById(R.id.table); in onDreamingStarted() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListTableViewHolderBinder.java94 WidgetsListTableView table = holder.tableContainer; in bindViewHolder() local
164 private void recycleTableBeforeBinding(TableLayout table, in recycleTableBeforeBinding()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/shared/
DSharedDbHelper.java232 private void copyOrMigrateTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) { in copyOrMigrateTable()
245 private void copyTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) { in copyTable()
255 private void migrateEnrollmentTable(SQLiteDatabase oldDb, SQLiteDatabase newDb, String table) { in migrateEnrollmentTable()

12345