Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataStallRecoveryManager.java187 private int mRadioPowerState; field in DataStallRecoveryManager
299 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));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java109 private int mRadioPowerState = RADIO_POWER_UNAVAILABLE; field in TelephonyRegistryTest
227 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()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java400 private int mRadioPowerState = TelephonyManager.RADIO_POWER_UNAVAILABLE; field in TelephonyRegistry
1386 r.callback.onRadioPowerStateChanged(mRadioPowerState); in listen()
2689 mRadioPowerState = state; in notifyRadioPowerStateChanged()
3607 pw.println("mRadioPowerState=" + mRadioPowerState); in dump()