Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkTypeController.java1033 if (rule != null && rule.getSecondaryTimer(currentName) > 0) { in transitionWithSecondaryTimerTo()
1039 rule.getSecondaryTimer(currentName) * 1000); in transitionWithSecondaryTimerTo()
1189 public int getSecondaryTimer(String secondaryState) { in getSecondaryTimer() method in NetworkTypeController.OverrideTimerRule