Searched refs:RIL_RADIO_TECHNOLOGY_GSM (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | ServiceState.java | 213 public static final int RIL_RADIO_TECHNOLOGY_GSM = 16; field in ServiceState 257 ServiceState.RIL_RADIO_TECHNOLOGY_GSM, 1113 case RIL_RADIO_TECHNOLOGY_GSM: in rilRadioTechnologyToString() 1659 case RIL_RADIO_TECHNOLOGY_GSM: in rilRadioTechnologyToNetworkType() 1679 case RIL_RADIO_TECHNOLOGY_GSM: in rilRadioTechnologyToAccessNetworkType() 1749 return RIL_RADIO_TECHNOLOGY_GSM; in networkTypeToRilRadioTechnology() 1863 || radioTechnology == RIL_RADIO_TECHNOLOGY_GSM in isGsm()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 154 mSimulatedCommands.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_GSM); in switchToGsm() 156 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null))); in switchToGsm() 1456 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_GSM).when(mSST.mSS) in testSendUssdInOutOfService() 2406 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null))); in testHandleNullCipherAndIntegrityEnabled_radioFeatureUnsupported() 2428 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null))); in testHandleNullCipherAndIntegrityEnabled_radioUnavailable() 2450 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null))); in testHandleNullCipherAndIntegrityEnabled_radioSupportsFeature() 2470 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null))); in testHandleNullCipherAndIntegrityEnabled_featureFlagOn() 2485 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null))); in testHandleNullCipherAndIntegrityEnabled_featureFlagOff() 3152 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null))); in sendRadioAvailableToPhone()
|
D | ServiceStateTest.java | 172 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_GSM, false)); in testRAT()
|
D | ServiceStateTrackerTest.java | 2293 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_GSM, sst.mSS.getRilVoiceRadioTechnology()); in testRatRatchetWithCellChange()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccProfileTest.java | 658 mUiccProfile.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_GSM); in testSetVoiceRadioTech()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54526 Landroid/telephony/ServiceState;->RIL_RADIO_TECHNOLOGY_GSM:I
|