Home
last modified time | relevance | path

Searched defs:rat (Results 1 – 16 of 16) 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DModemInfoTest.java33 int rat = 2; in basicTests() local
54 int rat = 2; in parcelReadWrite() local
DServiceStateTrackerTest.java1731 private void changeRegState(int state, CellIdentity cid, int rat) { in changeRegState()
/frameworks/base/telephony/java/android/telephony/
DModemInfo.java31 public final int rat; /* bitset */ field in ModemInfo
40 public ModemInfo(int modemId, int rat, boolean isVoiceSupported, boolean isDataSupported) { in ModemInfo()
DPhysicalChannelConfig.java304 public Builder setRat(int rat) { in setRat()
DServiceState.java1485 public static int rilRadioTechnologyToNetworkType(@RilRadioTechnology int rat) { in rilRadioTechnologyToNetworkType()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIGetRulesAuthTableCallback.aidl22 void onComplete(int resultCode, in EuiccRulesAuthTable rat); in onComplete()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java775 private ServiceState getServiceStateDataAndVoice(int rat, int regState, boolean isRoaming) { in getServiceStateDataAndVoice()
787 private ServiceState getServiceStateDataOnly(int rat, int regState, boolean isRoaming) { in getServiceStateDataOnly()
796 private ServiceState modifyServiceStateData(ServiceState ss, int rat, int regState, in modifyServiceStateData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHardwareConfig.java100 public BitSet rat; field in HardwareConfig
DRadioIndication.java713 public void voiceRadioTechChanged(int indicationType, int rat) { in voiceRadioTechChanged()
DServiceStateTracker.java813 int rat = mSS.getRilVoiceRadioTechnology(); in notifyVoiceRegStateRilRadioTechnologyChanged() local
829 int rat = ServiceState.networkTypeToRilRadioTechnology( in notifyDataRegStateRilRadioTechnologyChanged() local
DRadioResponse.java1097 public void getVoiceRadioTechnologyResponse(RadioResponseInfo responseInfo, int rat) { in getVoiceRadioTechnologyResponse()
DRIL.java5813 int rat = convertToNetworkTypeBitMask(rcRil.raf); in convertHalRadioCapability() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java482 EuiccRulesAuthTable rat = resultCaptor.result; in testGetRulesAuthTable() local
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java410 public void onComplete(int resultCode, EuiccRulesAuthTable rat) { in requestRulesAuthTable()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto851 optional RadioAccessTechnology rat = 1 [default = UNKNOWN]; field