Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java291 json.put(AccountColumns.VIEW_INTENT_PROXY_URI, viewIntentProxyUri); in serialize()
423 .getValidUri(json.optString(AccountColumns.VIEW_INTENT_PROXY_URI)); in Account()
499 cursor.getColumnIndex(UIProvider.AccountColumns.VIEW_INTENT_PROXY_URI))); in Account()
954 map.put(AccountColumns.VIEW_INTENT_PROXY_URI, viewIntentProxyUri); in getValueMap()
DUIProvider.java204 .put(AccountColumns.VIEW_INTENT_PROXY_URI, String.class)
531 public static final String VIEW_INTENT_PROXY_URI = "viewProxyUri"; field in UIProvider.AccountColumns
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java358 accountMap.put(AccountColumns.VIEW_INTENT_PROXY_URI, Uri.EMPTY); in createAccountDetailsMap()