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

  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 86 "; delete from " + Message.UPDATED_TABLE_NAME +
342 db.execSQL("create table " + Message.UPDATED_TABLE_NAME + altCreateString);
417 db.execSQL("drop table " + Message.UPDATED_TABLE_NAME);
    [all...]
EmailProvider.java 300 array.put(UPDATED_MESSAGE_BASE >> BASE_SHIFT, Message.UPDATED_TABLE_NAME);
324 Message.UPDATED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where " +
328 Message.UPDATED_TABLE_NAME + " where " + BaseColumns._ID + '=';
501 deleteMessageOrphans(mDatabase, Message.UPDATED_TABLE_NAME);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 710 public static final String UPDATED_TABLE_NAME = "Message_Updates";
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java     [all...]

Completed in 192 milliseconds