/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DataProfileTest.java | 44 ApnSetting.PROTOCOL_IP, // roaming_protocol 70 ApnSetting.PROTOCOL_IP, // protocol 71 ApnSetting.PROTOCOL_IP, // roaming_protocol 97 ApnSetting.PROTOCOL_IP, // protocol 98 ApnSetting.PROTOCOL_IP, // roaming_protocol
|
D | ApnSettingTest.java | 85 ApnSetting.PROTOCOL_IP, // protocol in createApnSettingInternal() 86 ApnSetting.PROTOCOL_IP, // roaming_protocol in createApnSettingInternal() 149 dunTypesBitmask, ApnSetting.PROTOCOL_IP, ApnSetting.PROTOCOL_IP, true, in testFromString() 158 mmsTypesBitmask, ApnSetting.PROTOCOL_IPV6, ApnSetting.PROTOCOL_IP, true, in testFromString() 166 mmsTypesBitmask, ApnSetting.PROTOCOL_IPV6, ApnSetting.PROTOCOL_IP, true, in testFromString() 174 mmsTypesBitmask, ApnSetting.PROTOCOL_IPV6, ApnSetting.PROTOCOL_IP, true, in testFromString() 184 mmsTypesBitmask, ApnSetting.PROTOCOL_IPV6, ApnSetting.PROTOCOL_IP, true, in testFromString() 195 mmsTypesBitmask, ApnSetting.PROTOCOL_IPV6, ApnSetting.PROTOCOL_IP, true, in testFromString() 205 mmsTypesBitmask, ApnSetting.PROTOCOL_IPV6, ApnSetting.PROTOCOL_IP, true, in testFromString() 214 mmsTypesBitmask, ApnSetting.PROTOCOL_IPV6, ApnSetting.PROTOCOL_IP, true, in testFromString() [all …]
|
D | DataCallResponseTest.java | 44 .setProtocolType(ApnSetting.PROTOCOL_IP) in testParcel() 71 .setProtocolType(ApnSetting.PROTOCOL_IP) in testEquals() 88 .setProtocolType(ApnSetting.PROTOCOL_IP) in testEquals() 108 .setProtocolType(ApnSetting.PROTOCOL_IP) in testEquals()
|
D | DataConnectionTest.java | 118 ApnSetting.PROTOCOL_IP, // protocol 119 ApnSetting.PROTOCOL_IP, // roaming_protocol 145 ApnSetting.PROTOCOL_IP, // protocol 146 ApnSetting.PROTOCOL_IP, // roaming_protocol 173 ApnSetting.PROTOCOL_IP, // roaming_protocol 203 ApnSetting.PROTOCOL_IP, // roaming_protocol 230 ApnSetting.PROTOCOL_IP, // roaming_protocol 427 .setProtocolType(ApnSetting.PROTOCOL_IP) in testModemSuggestRetry() 445 .setProtocolType(ApnSetting.PROTOCOL_IP) in testModemSuggestRetry() 463 .setProtocolType(ApnSetting.PROTOCOL_IP) in testModemSuggestRetry() [all …]
|
D | ApnContextTest.java | 220 ApnSetting.PROTOCOL_IP, // protocol in testProvisionApn() 221 ApnSetting.PROTOCOL_IP, // roaming_protocol in testProvisionApn()
|
D | RetryManagerTest.java | 58 ApnSetting.PROTOCOL_IP, // protocol 59 ApnSetting.PROTOCOL_IP, // roaming_protocol 85 ApnSetting.PROTOCOL_IP, // protocol 86 ApnSetting.PROTOCOL_IP, // roaming_protocol 112 ApnSetting.PROTOCOL_IP, // protocol 113 ApnSetting.PROTOCOL_IP, // roaming_protocol
|
D | DcControllerTest.java | 127 .setProtocolType(ApnSetting.PROTOCOL_IP) in testDataDormant()
|
D | DcTrackerTest.java | 574 assertEquals(ApnSetting.PROTOCOL_IP, dp.getProtocolType()); in verifyDataProfile() 582 assertEquals(ApnSetting.PROTOCOL_IP, dp.getRoamingProtocolType()); in verifyDataProfile()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 251 public static final int PROTOCOL_IP = 0; field in ApnSetting 265 PROTOCOL_IP, 333 PROTOCOL_STRING_MAP.put("IP", PROTOCOL_IP); 341 PROTOCOL_INT_MAP.put(PROTOCOL_IP, "IP"); in PROTOCOL_INT_MAP.put() argument 1029 protocol = PROTOCOL_INT_MAP.get(PROTOCOL_IP); in fromString() 1030 roamingProtocol = PROTOCOL_INT_MAP.get(PROTOCOL_IP); in fromString()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 892 null, null, -1, "", "", 0, ApnSetting.TYPE_DUN, ApnSetting.PROTOCOL_IP, in testSetInitialAttachApn() 893 ApnSetting.PROTOCOL_IP, true, 0, 0, false, 0, 0, 0, 0, -1, ""); in testSetInitialAttachApn()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 48477 field public static final int PROTOCOL_IP = 0; // 0x0
|