Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCLIRListPreference.java34 private boolean mConfigSupportNetworkDefault; field in CLIRListPreference
66 mConfigSupportNetworkDefault = PhoneGlobals.getInstance() in init()
70 if (!mConfigSupportNetworkDefault) { in init()
120 value = (!mConfigSupportNetworkDefault && value == CommandsInterface.CLIR_DEFAULT) in handleGetCLIRResult()
155 return mConfigSupportNetworkDefault ? CommandsInterface.CLIR_DEFAULT : in convertValueToCLIRMode()