Home
last modified time | relevance | path

Searched refs:SERVICE_STATE_VOICE_RAT (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyEventLog.java155 public static final String SERVICE_STATE_VOICE_RAT = "rat"; field in TelephonyEventLog
252 b.putInt(SERVICE_STATE_VOICE_RAT, mRilVoiceRadioTechnology); in writeServiceStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyEventLogTest.java140 m.put(TelephonyEventLog.SERVICE_STATE_VOICE_RAT, ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testWriteServiceStateChanged()