| /packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
| D | WidgetsListTableViewHolderBinder.java | 92 WidgetsListTableView table = holder.tableContainer; in bindViewHolder() local 114 TableRow row = (TableRow) table.getChildAt(i); in bindViewHolder() local 136 private void recycleTableBeforeBinding(TableLayout table, in recycleTableBeforeBinding()
|
| /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
| D | ResultActivity.java | 178 TableLayout table = (TableLayout)findViewById(R.id.table); in addRow() local 179 TableRow row = new TableRow(this); in addRow() local 188 TableLayout table = (TableLayout)findViewById(R.id.table); in addSeparator() local
|
| /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
| D | TelephonyBackupAgentTest.java | 454 List<ContentValues> table = new ArrayList<>(); in createBodyCursor() local 503 List<ContentValues> table = new ArrayList<>(); in createAddrCursor() local 1114 List<ContentValues> table = new ArrayList<>(); in query() local 1115 ContentValues row = new ContentValues(); in query() local 1124 List<ContentValues> table = new ArrayList<>(); in query() local 1125 ContentValues row = new ContentValues(); in query() local 1133 List<ContentValues> table = new ArrayList<>(); in query() local 1134 ContentValues row = new ContentValues(); in query() local 1148 List<ContentValues> table = new ArrayList<>(); in query() local 1149 ContentValues row = new ContentValues(); in query() local
|
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
| D | InspectorBot.java | 62 private static Map<String, String> getTableRows(TableView table) in getTableRows() 69 LinearLayout row = (LinearLayout) table.getChildAt(i); in getTableRows() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
| D | MigrationTestHelper.java | 64 (table, rows) -> { in populateDb() argument 65 rows.forEach( in populateDb() argument 90 (table, rows) -> { in verifyDataInDb() argument
|
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| D | SmsProvider.java | 455 Object[] row = new Object[13]; in convertIccToSms() local 639 String table = TABLE_SMS; in insertInner() local 1207 String table = TABLE_SMS; in update() local
|
| D | TelephonyProvider.java | 2094 ContentValues row = getRow(parser, false); in deleteMatchingApns() local 2659 ContentValues row = getRow(parser, isOverlay); in loadApns() local 2679 private void insertAddingDefaults(SQLiteDatabase db, ContentValues row) { in insertAddingDefaults() 2723 public static void mergeFieldsAndUpdateDb(SQLiteDatabase db, String table, Cursor oldRow, in mergeFieldsAndUpdateDb() 2827 private static boolean separateRowsNeeded(SQLiteDatabase db, String table, Cursor oldRow, in separateRowsNeeded() 2925 public static Cursor selectConflictingRow(SQLiteDatabase db, String table, in selectConflictingRow() 2926 ContentValues row) { in selectConflictingRow()
|
| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| D | MediaProvider.java | 1839 final String table = "files"; in updateDatabaseForExpiredItem() local 3378 final int table = matchUri(uri, allowHidden); in checkUriPermission() local 3502 final int table = matchUri(uri, allowHidden); in queryInternal() local 3695 final MatrixCursor.RowBuilder row = filteredCursor.newRow(); in filterOwnerPackageNames() local 3742 final MatrixCursor.RowBuilder row = redactedUriCursor.newRow(); in getRedactedUriCursor() local 3783 MatrixCursor.RowBuilder row, Object val) { in updateRow()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | ContactsProvider2.java | 5625 private void removeStaleAccountRows(String table, String accountNameColumn, in removeStaleAccountRows() 9914 Object[] row = new Object[projection.length]; in completeName() local 10301 final RowBuilder row = c.newRow(); in buildSingleRowResult() local
|