Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java186 protected static final String EXTRA_FROM_ACCOUNT_STRING = "fromAccountString"; field in ComposeActivity
1239 } else if (bundle.containsKey(EXTRA_FROM_ACCOUNT_STRING)) { in initFromSpinner()
1240 final String accountString = bundle.getString(EXTRA_FROM_ACCOUNT_STRING); in initFromSpinner()