Searched refs:TYPE_SUPL_STRING (Results 1 – 5 of 5) sorted by relevance
137 public static final String APN_TYPE_SUPL = ApnSetting.TYPE_SUPL_STRING;
181 TYPE_SUPL_STRING,233 public static final String TYPE_SUPL_STRING = "supl"; field in ApnSetting426 APN_TYPE_STRING_MAP.put(TYPE_SUPL_STRING, TYPE_SUPL); in APN_TYPE_STRING_MAP.put() argument443 APN_TYPE_INT_MAP.put(TYPE_SUPL, TYPE_SUPL_STRING); in APN_TYPE_INT_MAP.put() argument
416 new String[]{ApnSetting.TYPE_SUPL_STRING, ApnSetting.TYPE_CBS_STRING}); in testIsMeteredAnother()449 new String[]{ApnSetting.TYPE_SUPL_STRING, ApnSetting.TYPE_CBS_STRING}); in testIsRoamingMeteredAnother()
1505 initApns(ApnSetting.TYPE_SUPL_STRING, in testGetDataConnectionState()1506 new String[]{ApnSetting.TYPE_SUPL_STRING, ApnSetting.TYPE_DEFAULT_STRING}); in testGetDataConnectionState()1516 assertEquals(DctConstants.State.CONNECTED, mDct.getState(ApnSetting.TYPE_SUPL_STRING)); in testGetDataConnectionState()1524 initApns(ApnSetting.TYPE_SUPL_STRING, new String[]{ApnSetting.TYPE_SUPL_STRING}); in testTrySetupDataUnmeteredDataDisabled()
12341 field public static final String TYPE_SUPL_STRING = "supl";