Searched refs:EXTRA_FROM_ACCOUNT_STRING (Results 1 – 1 of 1) sorted by relevance
186 protected static final String EXTRA_FROM_ACCOUNT_STRING = "fromAccountString"; field in ComposeActivity1239 } else if (bundle.containsKey(EXTRA_FROM_ACCOUNT_STRING)) { in initFromSpinner()1240 final String accountString = bundle.getString(EXTRA_FROM_ACCOUNT_STRING); in initFromSpinner()