Home
last modified time | relevance | path

Searched refs:TYPE_MCX (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcRequestTest.java76 when(mApnConfigTypeRepo.getByType(ApnSetting.TYPE_MCX)) in whenNetworkRequestMcxThenApnConfigTypeMcxPriorityReturned()
77 .thenReturn(new ApnConfigType(ApnSetting.TYPE_MCX, 21)); in whenNetworkRequestMcxThenApnConfigTypeMcxPriorityReturned()
103 when(mApnConfigTypeRepo.getByType(ApnSetting.TYPE_MCX)) in whenNetworkRequestHasNoTransportThenPriorityStays()
104 .thenReturn(new ApnConfigType(ApnSetting.TYPE_MCX, 11)); in whenNetworkRequestHasNoTransportThenPriorityStays()
DApnSettingTest.java566 .canHandleType(ApnSetting.TYPE_MCX)); in testCanHandleType()
568 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_MCX) in testCanHandleType()
569 .canHandleType(ApnSetting.TYPE_MCX)); in testCanHandleType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnConfigTypeRepository.java81 add(ApnSetting.TYPE_MCX, apnTypeMap); in addApns()
DApnContext.java595 apnType = ApnSetting.TYPE_MCX; in getApnTypeFromNetworkRequest()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java113 public static final int TYPE_MCX = ApnTypes.MCX; field in ApnSetting
315 APN_TYPE_STRING_MAP.put(TYPE_MCX_STRING, TYPE_MCX); in APN_TYPE_STRING_MAP.put() argument
329 APN_TYPE_INT_MAP.put(TYPE_MCX, TYPE_MCX_STRING); in APN_TYPE_INT_MAP.put() argument
2075 | TYPE_FOTA | TYPE_IMS | TYPE_CBS | TYPE_IA | TYPE_EMERGENCY | TYPE_MCX in build()
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java125 ApnSetting.TYPE_MCX,
/frameworks/base/api/
Dcurrent.txt48491 field public static final int TYPE_MCX = 1024; // 0x400