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

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 250 json.put(AccountColumns.EXPUNGE_MESSAGE_URI, expungeMessageUri);
342 .optString(AccountColumns.EXPUNGE_MESSAGE_URI));
410 cursor.getColumnIndex(UIProvider.AccountColumns.EXPUNGE_MESSAGE_URI)));
    [all...]
UIProvider.java 145 .put(AccountColumns.EXPUNGE_MESSAGE_URI, String.class)
398 public static final String EXPUNGE_MESSAGE_URI = "expungeMessageUri";
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 345 accountMap.put(AccountColumns.EXPUNGE_MESSAGE_URI,

Completed in 422 milliseconds