Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkTypeController.java164 private boolean mIsUsingUserDataForRrcDetection = false; field in NetworkTypeController
313 mIsUsingUserDataForRrcDetection = b.getBoolean( in parseCarrierConfigs()
315 if (mIsPhysicalChannelConfig16Supported && mIsUsingUserDataForRrcDetection) { in parseCarrierConfigs()
1301 return mIsPhysicalChannelConfig16Supported && !mIsUsingUserDataForRrcDetection; in isUsingPhysicalChannelConfigForRrcDetection()