Searched refs:TYPE_MCX (Results 1 – 7 of 7) sorted by relevance
76 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()
566 .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()
81 add(ApnSetting.TYPE_MCX, apnTypeMap); in addApns()
595 apnType = ApnSetting.TYPE_MCX; in getApnTypeFromNetworkRequest()
113 public static final int TYPE_MCX = ApnTypes.MCX; field in ApnSetting315 APN_TYPE_STRING_MAP.put(TYPE_MCX_STRING, TYPE_MCX); in APN_TYPE_STRING_MAP.put() argument329 APN_TYPE_INT_MAP.put(TYPE_MCX, TYPE_MCX_STRING); in APN_TYPE_INT_MAP.put() argument2075 | TYPE_FOTA | TYPE_IMS | TYPE_CBS | TYPE_IA | TYPE_EMERGENCY | TYPE_MCX in build()
125 ApnSetting.TYPE_MCX,
48491 field public static final int TYPE_MCX = 1024; // 0x400