Searched refs:sendToAccount (Results 1 – 1 of 1) sorted by relevance
933 final Pair<UserHandle, Account> sendToAccount = findSendToAccount(context, in buildSendIntent() local935 if (sendToAccount != null) { in buildSendIntent()936 intent.putExtra(Intent.EXTRA_EMAIL, new String[] { sendToAccount.second.name }); in buildSendIntent()