HomeSort by relevance Sort by last modified time
    Searched refs:UPDATED_TABLE_NAME (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 246 Message.UPDATED_TABLE_NAME,
292 Message.UPDATED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where " +
296 Message.UPDATED_TABLE_NAME + " where " + EmailContent.RECORD_ID + '=';
317 "; delete from " + Message.UPDATED_TABLE_NAME +
499 db.execSQL("create table " + Message.UPDATED_TABLE_NAME + altCreateString);
598 db.execSQL("drop table " + Message.UPDATED_TABLE_NAME);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 499 public static final String UPDATED_TABLE_NAME = "Message_Updates";
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java     [all...]

Completed in 49 milliseconds