Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkTypeController.java146 private boolean mIsPhysicalChannelConfigOn; field in NetworkTypeController
178 mIsPhysicalChannelConfigOn = true; in NetworkTypeController()
429 if (mIsPhysicalChannelConfigOn && (nrNsa || nrSa)) { in getCurrentOverrideNetworkType()
557 mIsPhysicalChannelConfigOn = (boolean) result.result; in processMessage()
559 log("mIsPhysicalChannelConfigOn changed to: " + mIsPhysicalChannelConfigOn); in processMessage()
561 if (!mIsPhysicalChannelConfigOn) { in processMessage()
1316 + ", mIsPhysicalChannelConfigOn=" + mIsPhysicalChannelConfigOn in toString()
1335 pw.println("mIsPhysicalChannelConfigOn=" + mIsPhysicalChannelConfigOn); in dump()