Searched refs:CALLS (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogProvider.java51 private static final int CALLS = 1; field in class:CallLogProvider
59 sURIMatcher.addURI(CallLog.AUTHORITY, "calls", CALLS);
127 qb.setTables(Tables.CALLS);
136 case CALLS:
202 case CALLS:
224 mCallsInserter = new DatabaseUtils.InsertHelper(db, Tables.CALLS);
254 case CALLS:
265 return getDatabaseModifier(db).update(Tables.CALLS, values, selectionBuilder.build(),
277 case CALLS:
278 return getDatabaseModifier(db).delete(Tables.CALLS,
[all...]
H A DDbModifierWithNotification.java93 mIsCallsTable = mTableName.equals(Tables.CALLS);
H A DVoicemailContentProvider.java63 mVoicemailContentTable = new VoicemailContentTable(Tables.CALLS, context,
H A DContactsDatabaseHelper.java132 public static final String CALLS = "calls"; field in interface:ContactsDatabaseHelper.Tables
151 CALLS,
1226 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" +
1923 db.execSQL("DROP TABLE IF EXISTS " + Tables.CALLS + ";");
3898 updateIndexStats(db, Tables.CALLS,
4007 db.execSQL("DELETE FROM " + Tables.CALLS + ";");

Completed in 152 milliseconds