Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java134 private boolean mIsPhysicalChannelConfigOn; field in NetworkTypeController
154 mIsPhysicalChannelConfigOn = true; in NetworkTypeController()
350 if (mIsPhysicalChannelConfigOn in getCurrentOverrideNetworkType()
465 mIsPhysicalChannelConfigOn = (boolean) result.result; in processMessage()
467 log("mIsPhysicalChannelConfigOn changed to: " + mIsPhysicalChannelConfigOn); in processMessage()
472 if (!mIsPhysicalChannelConfigOn) { in processMessage()
1041 + ", mIsPhysicalChannelConfigOn=" + mIsPhysicalChannelConfigOn in toString()
1059 pw.println("mIsPhysicalChannelConfigOn=" + mIsPhysicalChannelConfigOn); in dump()