Home
last modified time | relevance | path

Searched refs:CALLS (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java93 private static final int CALLS = 1; field in CallLogProvider
100 "UPDATE " + Tables.CALLS + " SET " + Calls.PHONE_ACCOUNT_HIDDEN + "=0 WHERE " +
104 "UPDATE " + Tables.CALLS + " SET " + Calls.PHONE_ACCOUNT_HIDDEN + "=0 WHERE " +
109 sURIMatcher.addURI(CallLog.AUTHORITY, "calls", CALLS); in sURIMatcher.addURI() argument
114 sURIMatcher.addURI(CallLog.SHADOW_AUTHORITY, "calls", CALLS); in sURIMatcher.addURI() argument
245 qb.setTables(Tables.CALLS); in query()
255 case CALLS: in query()
351 case CALLS: in getType()
378 mCallsInserter = new DatabaseUtils.InsertHelper(db, Tables.CALLS); in insert()
415 case CALLS: in update()
[all …]
DCallLogDatabaseHelper.java60 String CALLS = "calls"; field
115 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" + in onCreate()
248 db.execSQL("ALTER TABLE " + Tables.CALLS + " ADD " + Calls.VIA_NUMBER + in upgradeToVersion2()
319 calllog.insertOrThrow(Tables.CALLS, null, cv); in migrateFromLegacyTables()
402 getWritableDatabase().execSQL("DELETE FROM " + Tables.CALLS); in wipeForTest()
DDbModifierWithNotification.java96 mIsCallsTable = mTableName.equals(Tables.CALLS); in DbModifierWithNotification()
DVoicemailContentProvider.java90 mVoicemailContentTable = new VoicemailContentTable(Tables.CALLS, context, in onCreate()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogMigrationTest.java72 CallLogDatabaseHelper.Tables.CALLS, null)); in testMigration()