Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java25 import static android.telephony.TelephonyManager.RADIO_POWER_OFF;
296 mTelephonyRegistry.notifyRadioPowerStateChanged(0, 1, RADIO_POWER_OFF); in testMultiSimConfigChange()
298 assertEquals(RADIO_POWER_OFF, mRadioPowerState); in testMultiSimConfigChange()
DSimulatedCommands.java1293 setRadioState(TelephonyManager.RADIO_POWER_OFF, false /* forceNotifyRegistrants */); in setRadioPower()
DServiceStateTrackerTest.java370 assertTrue(mSimulatedCommands.getRadioState() == TelephonyManager.RADIO_POWER_OFF); in testSetRadioPowerOnForEmergencyCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorServiceStateTracker.java83 if (mPhone.mCi.getRadioState() == TelephonyManager.RADIO_POWER_OFF) { in handleMessage()
/frameworks/base/telephony/java/android/telephony/
DDataFailCause.java941 public static final int RADIO_POWER_OFF = -5; /* no retry */ field in DataFailCause
1353 sFailCauseMap.put(RADIO_POWER_OFF, "RADIO_POWER_OFF"); in sFailCauseMap.put() argument
1455 add(RADIO_POWER_OFF); in isPermanentFailure()
1486 || (dataFailCause == RADIO_POWER_OFF) in isEventLoggable()
DAnnotation.java43 TelephonyManager.RADIO_POWER_OFF,
467 DataFailCause.RADIO_POWER_OFF,
DTelephonyManager.java8931 public static final int RADIO_POWER_OFF = 0; field in TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java262 if (mState == TelephonyManager.RADIO_POWER_OFF in registerForOffOrNotAvailable()
872 if ((mState == TelephonyManager.RADIO_POWER_OFF in setRadioState()
DServiceStateTracker.java2827 } else if (mCi.getRadioState() == TelephonyManager.RADIO_POWER_OFF) { in updateSpnDisplayLegacy()
2905 && (forceApply || mCi.getRadioState() == TelephonyManager.RADIO_POWER_OFF)) { in setPowerStateToDesired()
3101 case TelephonyManager.RADIO_POWER_OFF: in pollStateInternal()
5471 if (mCi.getRadioState() == TelephonyManager.RADIO_POWER_OFF) { in processIwlanRegistrationInfo()
DRadioIndication.java1075 state = TelephonyManager.RADIO_POWER_OFF; in getRadioStateFromInt()
/frameworks/base/telephony/api/
Dsystem-current.txt937 field public static final int RADIO_POWER_OFF = 0; // 0x0
/frameworks/base/api/
Dsystem-current.txt8402 field public static final int RADIO_POWER_OFF = -5; // 0xfffffffb
9165 field public static final int RADIO_POWER_OFF = 0; // 0x0
/frameworks/base/non-updatable-api/
Dsystem-current.txt8300 field public static final int RADIO_POWER_OFF = -5; // 0xfffffffb
9063 field public static final int RADIO_POWER_OFF = 0; // 0x0