Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java933 final Pair<UserHandle, Account> sendToAccount = findSendToAccount(context, in buildSendIntent() local
935 if (sendToAccount != null) { in buildSendIntent()
936 intent.putExtra(Intent.EXTRA_EMAIL, new String[] { sendToAccount.second.name }); in buildSendIntent()