Searched refs:mRadioPowerState (Results 1 – 2 of 2) sorted by relevance
75 private int mRadioPowerState = RADIO_POWER_UNAVAILABLE; field in TelephonyRegistryTest145 mRadioPowerState = state; in onRadioPowerStateChanged()282 assertEquals(RADIO_POWER_UNAVAILABLE, mRadioPowerState); in testMultiSimConfigChange()287 assertEquals(RADIO_POWER_UNAVAILABLE, mRadioPowerState); in testMultiSimConfigChange()294 assertEquals(RADIO_POWER_ON, mRadioPowerState); in testMultiSimConfigChange()301 assertEquals(RADIO_POWER_OFF, mRadioPowerState); in testMultiSimConfigChange()
303 private int mRadioPowerState = TelephonyManager.RADIO_POWER_UNAVAILABLE; field in TelephonyRegistry1063 r.callback.onRadioPowerStateChanged(mRadioPowerState); in listen()2129 mRadioPowerState = state; in notifyRadioPowerStateChanged()2390 pw.println("mRadioPowerState=" + mRadioPowerState); in dump()