Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkTypeController.java157 private boolean mIsPhysicalChannelConfig16Supported; field in NetworkTypeController
217 mIsPhysicalChannelConfig16Supported = mPhone.getContext().getSystemService( in registerForAllEvents()
220 if (!mIsPhysicalChannelConfig16Supported) { in registerForAllEvents()
315 if (mIsPhysicalChannelConfig16Supported && mIsUsingUserDataForRrcDetection) { in parseCarrierConfigs()
1301 return mIsPhysicalChannelConfig16Supported && !mIsUsingUserDataForRrcDetection; in isUsingPhysicalChannelConfigForRrcDetection()