Searched refs:mImapPathPrefixView (Results 1 – 1 of 1) sorted by relevance
87 private EditText mImapPathPrefixView; field in AccountSetupIncomingFragment142 mImapPathPrefixView = UiUtilities.getView(view, R.id.imap_path_prefix); in onCreateView()305 mImapPathPrefixView = null; in onDestroyView()374 mImapPathPrefixView.setText(prefix.substring(1)); in loadSettings()577 final String prefix = mImapPathPrefixView.getText().toString().trim(); in collectUserInputInternal()