Home
last modified time | relevance | path

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

12

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseDatabaseHelperUpgradeTest.java202 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_Match() local
207 TableStructure table = new TableStructure(); in testAssertHasColumn_Empty() local
218 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_ColumnNotExist() local
229 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_TypeMismatch() local
240 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_NotNullMismatch() local
251 TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz"); in testAssertHasColumn_DefaultMatch() local
256 TableStructure table = createOneColumnTable("foo", INTEGER, false, "bar"); in testAssertHasColumn_DefaultMismatch() local
267 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_DefaultMismatch_Null1() local
278 TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz"); in testAssertHasColumn_DefaultMismatch_Null2() local
290 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.java101 public long insert(String table, String nullColumnHack, ContentValues values) { in insert()
157 public int update(Uri uri, String table, ContentValues values, String whereClause, in update()
216 private void updateLastModified(String table, String whereClause, String[] whereArgs) { in updateLastModified()
226 public int delete(String table, String whereClause, String[] whereArgs) { in delete()
DCallLogDatabaseHelper.java364 static boolean tableExists(SQLiteDatabase db, String table) { in tableExists()
376 public ArraySet<String> selectDistinctColumn(String table, String column) { in selectDistinctColumn()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DMoreDatabaseUtils.java36 public static String buildCreateIndexSql(String table, String field) { in buildCreateIndexSql()
49 public static String buildDropIndexSql(String table, String field) { in buildDropIndexSql()
58 public static String buildIndexName(String table, String field) { in buildIndexName()
DContactsTableUtil.java44 final String table = Tables.CONTACTS; in createIndexes() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTableDream.java39 PhotoTable table = (PhotoTable) findViewById(R.id.table); in onDreamingStarted() local
DKeyboardInterpreter.java33 public KeyboardInterpreter(PhotoTable table) { in KeyboardInterpreter()
DEdgeSwipeDetector.java34 public EdgeSwipeDetector(Context context, PhotoTable table) { in EdgeSwipeDetector()
DDragGestureDetector.java36 public DragGestureDetector(Context context, PhotoTable table) { in DragGestureDetector()
/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/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/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/apps/Gallery2/src/com/android/photos/data/
DPhotoDatabase.java136 protected static void createTable(SQLiteDatabase db, String table, List<String[]> columns) { in createTable()
186 protected static void dropTable(SQLiteDatabase db, String table) { in dropTable()
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/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DRomkanFullKatakana.java166 public static boolean convert(ComposingText text, HashMap<String, String> table) { in convert() argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DDatabaseAnalyzer.java59 private static List<String> findColumns(SQLiteDatabase db, String table) { in findColumns()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java384 List<ContentValues> table = new ArrayList<>(); in createBodyCursor() local
433 List<ContentValues> table = new ArrayList<>(); in createAddrCursor() local
907 List<ContentValues> table = new ArrayList<>(); in query() local
917 List<ContentValues> table = new ArrayList<>(); in query() local
926 List<ContentValues> table = new ArrayList<>(); in query() local
941 List<ContentValues> table = new ArrayList<>(); in query() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java315 String table = TABLE_PDU; in insert() local
619 String table, extraSelection = null; in delete() local
731 private static int deleteDataRows(SQLiteDatabase db, String table, in deleteDataRows()
783 String table; in update() local
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DCharMatcher.java398 @Override protected void setBits(LookupTable table) { in is()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DLevenshteinSuggestionFormatter.java83 final LevenshteinDistance table = new LevenshteinDistance(source, target); in findMatches() local
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java392 String table = uri.getPathSegments().get(1); in delete() local
436 String table = uri.getLastPathSegment(); in insert() local
577 String table = uri.getLastPathSegment(); in update() local
DBluetoothMapIMProvider.java194 String table = uri.getPathSegments().get(1); in delete() local
237 String table = uri.getLastPathSegment(); in insert() local
478 String table = uri.getLastPathSegment(); in update() local
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/
Ddoxygenextra.css17 body, table, div, p, dl { selector
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowSecureSettings.java124 Table<Integer, String, Object> table = sUserDataMap.get(contentResolver); in getUserTable() local

12