Home
last modified time | relevance | path

Searched defs:rat (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/
DEuiccRulesAuthTableTest.java37 EuiccRulesAuthTable rat = in testFindIndex() local
101 EuiccRulesAuthTable rat = in testFindIndex_AllowAllWithUserConsent() local
126 EuiccRulesAuthTable rat = new EuiccRulesAuthTable.Builder(1) in testFindIndex_DisallowAll() local
138 EuiccRulesAuthTable rat = new EuiccRulesAuthTable.Builder(0).build(); in testFindIndex_DisallowAllWithEmptyRules() local
158 EuiccRulesAuthTable rat = new EuiccRulesAuthTable.Builder(1) in testHasPolicyRuleFlag_OutOfBounds() local
182 EuiccRulesAuthTable rat = in testWriteToParcel() local
262 EuiccRulesAuthTable rat = in testEquals() local
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIGetRulesAuthTableCallback.aidl22 void onComplete(int resultCode, in EuiccRulesAuthTable rat); in onComplete()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHardwareConfig.java100 public BitSet rat; field in HardwareConfig
DRadioIndication.java677 public void voiceRadioTechChanged(int indicationType, int rat) { in voiceRadioTechChanged()
DRadioResponse.java1003 public void getVoiceRadioTechnologyResponse(RadioResponseInfo responseInfo, int rat) { in getVoiceRadioTechnologyResponse()
DServiceStateTracker.java713 int rat = mSS.getRilDataRadioTechnology(); in notifyDataRegStateRilRadioTechnologyChanged() local
DRIL.java5194 int rat = rcRil.raf; in convertHalRadioCapability() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java459 EuiccRulesAuthTable rat = resultCaptor.result; in testGetRulesAuthTable() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java999 int rat = sst.mSS.RIL_RADIO_TECHNOLOGY_LTE; in testRegisterForDataRegStateOrRatChange() local
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java407 public void onComplete(int resultCode, EuiccRulesAuthTable rat) { in requestRulesAuthTable()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto676 optional RadioAccessTechnology rat = 1 [default = UNKNOWN]; field