Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCredentials.java16 private static final String EXTRA_PROTOCOL = "protocol"; field in AccountCredentials
24 i.putExtra(EXTRA_PROTOCOL, protocol); in getAccountCredentialsIntent()
33 final String protocol = getIntent().getStringExtra(EXTRA_PROTOCOL); in onCreate()
DAccountSetupCredentialsFragment.java55 private static final String EXTRA_PROTOCOL = "protocol"; field in AccountSetupCredentialsFragment
107 b.putString(EXTRA_PROTOCOL, protocol); in newInstance()
173 final String protocol = getArguments().getString(EXTRA_PROTOCOL); in onActivityCreated()