Home
last modified time | relevance | path

Searched refs:serviceType (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsSsDataTest.java46 int serviceType = ImsSsData.SS_CLIP; in testParcelUnparcel() local
52 ImsSsData data = new ImsSsData(serviceType, requestType, teleserviceType, serviceClass, in testParcelUnparcel()
69 int serviceType = ImsSsData.SS_CFU; in testServiceTypeCF() local
70 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeCF()
84 int serviceType = ImsSsData.SS_WAIT; in testServiceTypeCW() local
85 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeCW()
98 int serviceType = ImsSsData.SS_COLR; in testServiceTypeColr() local
99 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeColr()
112 int serviceType = ImsSsData.SS_COLP; in testServiceTypeColp() local
113 ImsSsData data = new ImsSsData(serviceType, ImsSsData.SS_DEACTIVATION, in testServiceTypeColp()
[all …]
DTestMmTelFeature.java168 public ImsCallProfile createCallProfile(int serviceType, int callType) { in createCallProfile() argument
170 ImsCallProfile profile = new ImsCallProfile(serviceType, callType, in createCallProfile()
183 ImsCallProfile profile = new ImsCallProfile(serviceType, callType, in createCallProfile()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioNetworkImpl.java1233 barringInfo.serviceType = i; in convertBarringInfo()