Home
last modified time | relevance | path

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

12

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDatabaseModifier.java34 public abstract long insert(String table, String nullColumnHack, ContentValues values); in insert()
44 public abstract int update(String table, ContentValues values, in update()
50 public abstract int delete(String table, String whereClause, String[] whereArgs); in delete()
DDbModifierWithNotification.java98 public long insert(String table, String nullColumnHack, ContentValues values) { in insert()
140 public int update(String table, ContentValues values, String whereClause, String[] whereArgs) { in update()
154 public int delete(String table, String whereClause, String[] whereArgs) { in delete()
/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/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/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()
DPhotoTable.java461 private static View applyFrame(final PhotoTable table, final BitmapFactory.Options options, in applyFrame()
504 final PhotoTable table = PhotoTable.this; in doInBackground() local
558 final PhotoTable table = PhotoTable.this; in doInBackground() local
567 final PhotoTable table = PhotoTable.this; in onPostExecute() local
DPhotoTouchListener.java55 public PhotoTouchListener(Context context, PhotoTable table) { in PhotoTouchListener()
/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/
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/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java293 String table = TABLE_PDU; in insert() local
559 String table, extraSelection = null; in delete() local
671 private static int deleteDataRows(SQLiteDatabase db, String table, in deleteDataRows()
719 String table; in update() local
DSmsProvider.java373 String table = TABLE_SMS; in insertInner() local
647 String table = TABLE_SMS; 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.java394 String table = uri.getPathSegments().get(1); in delete() local
438 String table = uri.getLastPathSegment(); in insert() local
579 String table = uri.getLastPathSegment(); in update() local
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
DMockProvider.java121 String table = uri.getPath().substring(1); in insert() local
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
DTestProvider.java121 String table = uri.getPath().substring(1); in insert() local
/packages/apps/Browser/src/com/android/browser/
DPageDialogsHandler.java353 LinearLayout table = (LinearLayout)factory.inflate(R.layout.ssl_success, placeholder); in createSslCertificateDialog() local
/packages/apps/UnifiedEmail/assets/
Dscript.js450 function shouldMungeTable(table) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java137 SQLiteDatabase db, String table, String nullColumnHack, ContentValues values) { in dbInsertAndCheck()
1068 public void checkId(String table, ContentValues values) { in checkId()
1657 public final String table; field in LauncherProvider.SqlArguments

12