Searched refs:EXTRA_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
16 private static final String EXTRA_PROTOCOL = "protocol"; field in AccountCredentials24 i.putExtra(EXTRA_PROTOCOL, protocol); in getAccountCredentialsIntent()33 final String protocol = getIntent().getStringExtra(EXTRA_PROTOCOL); in onCreate()
55 private static final String EXTRA_PROTOCOL = "protocol"; field in AccountSetupCredentialsFragment107 b.putString(EXTRA_PROTOCOL, protocol); in newInstance()173 final String protocol = getArguments().getString(EXTRA_PROTOCOL); in onActivityCreated()