Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DAutoDataSwitchController.java199 private boolean mRequirePingTestBeforeSwitch = true; field in AutoDataSwitchController
463 mRequirePingTestBeforeSwitch = dataConfig.isPingTestBeforeAutoDataSwitchRequired();
739 needValidation = isCurrentUsable && mRequirePingTestBeforeSwitch;
759 needValidation = mRequirePingTestBeforeSwitch;
765 needValidation = mRequirePingTestBeforeSwitch;
794 needValidation = mRequirePingTestBeforeSwitch;
799 needValidation = mRequirePingTestBeforeSwitch;
825 isForPerformance, mRequirePingTestBeforeSwitch);
925 isForPerformance, mRequirePingTestBeforeSwitch);
1207 pw.println("mRequirePingTestBeforeDataSwitch=" + mRequirePingTestBeforeSwitch);