Searched refs:TYPE_IMS_STRING (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DcTrackerTest.java | 2843 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testRetryHandoverWhenDisconnecting() 2848 doReturn(mApnContext).when(apnContexts).get(eq(ApnSetting.TYPE_IMS_STRING)); in testRetryHandoverWhenDisconnecting() 2885 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testDataUnthrottled() 2901 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testDataUnthrottledAfterAPNChanged() 2915 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testDataUnthrottledOnSimStateChanged() 2928 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testHandlingSecondHandoverRequest() 2933 doReturn(mApnContext).when(apnContexts).get(eq(ApnSetting.TYPE_IMS_STRING)); in testHandlingSecondHandoverRequest() 2953 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testDataThrottledNotAllowData() 2992 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testDataServiceTempUnavailable() 3007 initApns(ApnSetting.TYPE_IMS_STRING, new String[]{ApnSetting.TYPE_IMS_STRING}); in testNormalRequestDoesNotFailHandoverRequest() [all …]
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | PhoneConstants.java | 145 public static final String APN_TYPE_IMS = ApnSetting.TYPE_IMS_STRING;
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | ApnSetting.java | 178 TYPE_IMS_STRING, 273 public static final String TYPE_IMS_STRING = "ims"; field in ApnSetting 430 APN_TYPE_STRING_MAP.put(TYPE_IMS_STRING, TYPE_IMS); in APN_TYPE_STRING_MAP.put() argument 447 APN_TYPE_INT_MAP.put(TYPE_IMS, TYPE_IMS_STRING); in APN_TYPE_INT_MAP.put() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DcTracker.java | 1766 && apnContext.getApnType().equals(ApnSetting.TYPE_IMS_STRING)) { in cleanUpAllConnectionsInternal() 2210 if (!apnContext.getApnType().equals(ApnSetting.TYPE_IMS_STRING) in setupData() 2361 if (apnContext.getApnType().equals(ApnSetting.TYPE_IMS_STRING)) { in isHigherPriorityApnContextActive() 2366 if (otherContext.getApnType().equals(ApnSetting.TYPE_IMS_STRING)) { in isHigherPriorityApnContextActive() 4225 if (TextUtils.equals(apnType, ApnSetting.TYPE_IMS_STRING)) { in getApnProfileID() 4744 } else if (TextUtils.equals(apnType, ApnSetting.TYPE_IMS_STRING)) { in getPcscfAddress()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 12338 field public static final String TYPE_IMS_STRING = "ims";
|