Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DGsmUmtsAdditionalCallOptions.java28 private CLIRListPreference mCLIRButton; field in GsmUmtsAdditionalCallOptions
81 if (mCLIRButton != null) { in onCreate()
84 mCLIRButton.setEnabled(false); in onCreate()
86 mPreferences.add(mCLIRButton); in onCreate()
89 prefSet.removePreference(mCLIRButton); in onCreate()
115 if (mShowCLIRButton && mCLIRButton != null && mCLIRButton.isEnabled()) { in onCreate()
148 if (mCLIRButton.isEnabled()) { in onResume()
152 mCLIRButton.setEnabled(false); in onResume()
156 mCLIRButton.setEnabled(true); in onResume()
157 mPreferences.add(mCLIRButton); in onResume()
[all …]