Searched refs:mRadioPowerState (Results 1 – 3 of 3) sorted by relevance
187 private int mRadioPowerState; field in DataStallRecoveryManager299 mRadioPowerState = mPhone.getRadioPowerState(); in DataStallRecoveryManager()378 mRadioPowerState = mPhone.getRadioPowerState(); in handleMessage()637 && mRadioPowerState == TelephonyManager.RADIO_POWER_ON) { in setRecoveryAction()1069 pw.println("mRadioPowerState=" + radioPowerStateToString(mRadioPowerState));
109 private int mRadioPowerState = RADIO_POWER_UNAVAILABLE; field in TelephonyRegistryTest227 mRadioPowerState = state; in onRadioPowerStateChanged()533 assertEquals(RADIO_POWER_UNAVAILABLE, mRadioPowerState); in testMultiSimConfigChange()538 assertEquals(RADIO_POWER_UNAVAILABLE, mRadioPowerState); in testMultiSimConfigChange()545 assertEquals(RADIO_POWER_ON, mRadioPowerState); in testMultiSimConfigChange()552 assertEquals(RADIO_POWER_OFF, mRadioPowerState); in testMultiSimConfigChange()
400 private int mRadioPowerState = TelephonyManager.RADIO_POWER_UNAVAILABLE; field in TelephonyRegistry1386 r.callback.onRadioPowerStateChanged(mRadioPowerState); in listen()2689 mRadioPowerState = state; in notifyRadioPowerStateChanged()3607 pw.println("mRadioPowerState=" + mRadioPowerState); in dump()