Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccSlot.java64 private int mLastRadioState = TelephonyManager.RADIO_POWER_UNAVAILABLE;
110 if (radioState != TelephonyManager.RADIO_POWER_UNAVAILABLE in update()
111 && mLastRadioState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in update()
160 mLastRadioState = TelephonyManager.RADIO_POWER_UNAVAILABLE; in update()
184 (mCi == null) ? TelephonyManager.RADIO_POWER_UNAVAILABLE : mCi.getRadioState(); in updateCardStateAbsent()
186 if (radioState != TelephonyManager.RADIO_POWER_UNAVAILABLE in updateCardStateAbsent()
187 && mLastRadioState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in updateCardStateAbsent()
420 mLastRadioState = TelephonyManager.RADIO_POWER_UNAVAILABLE; in onRadioStateUnavailable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java41 protected int mState = TelephonyManager.RADIO_POWER_UNAVAILABLE;
226 if (mState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in registerForAvailable()
244 if (mState == TelephonyManager.RADIO_POWER_UNAVAILABLE) { in registerForNotAvailable()
263 || mState == TelephonyManager.RADIO_POWER_UNAVAILABLE) { in registerForOffOrNotAvailable()
857 if (mState != TelephonyManager.RADIO_POWER_UNAVAILABLE in setRadioState()
858 && oldState == TelephonyManager.RADIO_POWER_UNAVAILABLE) { in setRadioState()
862 if (mState == TelephonyManager.RADIO_POWER_UNAVAILABLE in setRadioState()
863 && oldState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in setRadioState()
873 || mState == TelephonyManager.RADIO_POWER_UNAVAILABLE) in setRadioState()
DServiceStateTracker.java1254 != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in handleMessage()
2930 && (mCi.getRadioState() != TelephonyManager.RADIO_POWER_UNAVAILABLE)) { in setPowerStateToDesired()
3093 case TelephonyManager.RADIO_POWER_UNAVAILABLE: in pollStateInternal()
DRadioIndication.java1078 state = TelephonyManager.RADIO_POWER_UNAVAILABLE; in getRadioStateFromInt()
DPhone.java3942 return mCi.getRadioState() != TelephonyManager.RADIO_POWER_UNAVAILABLE; in isRadioAvailable()
DRIL.java438 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, true /* forceNotifyRegistrants */); in resetProxyAndRequestList()
5498 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, in processResponse()
DGsmCdmaPhone.java501 if (radioState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in switchPhoneType()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java27 import static android.telephony.TelephonyManager.RADIO_POWER_UNAVAILABLE;
74 private int mRadioPowerState = RADIO_POWER_UNAVAILABLE;
279 assertEquals(RADIO_POWER_UNAVAILABLE, mRadioPowerState); in testMultiSimConfigChange()
284 assertEquals(RADIO_POWER_UNAVAILABLE, mRadioPowerState); in testMultiSimConfigChange()
DSimulatedCommands.java1650 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, false /* forceNotifyRegistrants */); in shutdown()
2116 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, false /* forceNotifyRegistrants */); in requestShutdown()
DSimulatedCommandsVerifier.java55 return TelephonyManager.RADIO_POWER_UNAVAILABLE; in getRadioState()
DServiceStateTrackerTest.java1855 != TelephonyManager.RADIO_POWER_UNAVAILABLE); in testShuttingDownRequest()
1872 != TelephonyManager.RADIO_POWER_UNAVAILABLE); in testShuttingDownRequestWithRadioPowerFailResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionController.java199 TelephonyManager.RADIO_POWER_UNAVAILABLE) { in isRadioAvailableOnAllSubs()
DVendorPhoneSwitcher.java22 import static android.telephony.TelephonyManager.RADIO_POWER_UNAVAILABLE;
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java45 TelephonyManager.RADIO_POWER_UNAVAILABLE,
DTelephonyManager.java8945 public static final int RADIO_POWER_UNAVAILABLE = 2; field in TelephonyManager
8969 return RADIO_POWER_UNAVAILABLE; in getRadioPowerState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java173 assertEquals(TelephonyManager.RADIO_POWER_UNAVAILABLE, mSimulatedCommands.getRadioState()); in testPowerOff()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java303 private int mRadioPowerState = TelephonyManager.RADIO_POWER_UNAVAILABLE;
/frameworks/base/telephony/api/
Dsystem-current.txt939 field public static final int RADIO_POWER_UNAVAILABLE = 2; // 0x2
/frameworks/base/api/
Dsystem-current.txt9167 field public static final int RADIO_POWER_UNAVAILABLE = 2; // 0x2
/frameworks/base/non-updatable-api/
Dsystem-current.txt9065 field public static final int RADIO_POWER_UNAVAILABLE = 2; // 0x2