Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java139 private String mSecondaryTimerState; field in NetworkTypeController
490 mSecondaryTimerState = ""; in processMessage()
828 mSecondaryTimerState = currentName; in transitionWithSecondaryTimerTo()
877 if (mIsSecondaryTimerActive && !mSecondaryTimerState.equals(currentState)) { in updateTimers()
881 + ") is no longer secondary timer state (" + mSecondaryTimerState + ")."); in updateTimers()
885 mSecondaryTimerState = ""; in updateTimers()
908 mSecondaryTimerState = ""; in resetAllTimers()
1045 + ", mSecondaryTimerState=" + mSecondaryTimerState in toString()
1063 pw.println("mSecondaryTimerState=" + mSecondaryTimerState); in dump()