Searched refs:mEditLocale (Results 1 – 1 of 1) sorted by relevance
58 private EditText mEditLocale; field in NfcProvisioningFragment77 mEditLocale = (EditText) view.findViewById(R.id.locale); in onViewCreated()84 mEditLocale.addTextChangedListener(new TextWatcherWrapper(R.id.locale, this)); in onViewCreated()186 mEditLocale.setText(values.get(DevicePolicyManager.EXTRA_PROVISIONING_LOCALE)); in onLoadFinished()