Home
last modified time | relevance | path

Searched refs:EXPUNGE_MESSAGE_URI (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java278 json.put(AccountColumns.EXPUNGE_MESSAGE_URI, expungeMessageUri); in serialize()
403 .optString(AccountColumns.EXPUNGE_MESSAGE_URI)); in Account()
476 cursor.getColumnIndex(UIProvider.AccountColumns.EXPUNGE_MESSAGE_URI))); in Account()
942 map.put(AccountColumns.EXPUNGE_MESSAGE_URI, expungeMessageUri); in getValueMap()
DUIProvider.java191 .put(AccountColumns.EXPUNGE_MESSAGE_URI, String.class)
456 public static final String EXPUNGE_MESSAGE_URI = "expungeMessageUri"; field in UIProvider.AccountColumns
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java342 accountMap.put(AccountColumns.EXPUNGE_MESSAGE_URI, in createAccountDetailsMap()