/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 | 121 ApnSetting.PROTOCOL_IP, // protocol 122 ApnSetting.PROTOCOL_IP, // roaming_protocol 148 ApnSetting.PROTOCOL_IP, // protocol 149 ApnSetting.PROTOCOL_IP, // roaming_protocol 176 ApnSetting.PROTOCOL_IP, // roaming_protocol 206 ApnSetting.PROTOCOL_IP, // roaming_protocol 233 ApnSetting.PROTOCOL_IP, // roaming_protocol 431 .setProtocolType(ApnSetting.PROTOCOL_IP) in testModemSuggestRetry() 449 .setProtocolType(ApnSetting.PROTOCOL_IP) in testModemSuggestRetry() 467 .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 | 577 assertEquals(ApnSetting.PROTOCOL_IP, dp.getProtocolType()); in verifyDataProfile() 585 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, 332 PROTOCOL_STRING_MAP.put("IP", PROTOCOL_IP); 339 PROTOCOL_INT_MAP.put(PROTOCOL_IP, "IP"); in PROTOCOL_INT_MAP.put() argument 1026 protocol = PROTOCOL_INT_MAP.get(PROTOCOL_IP); in fromString() 1027 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/non-updatable-api/ |
D | current.txt | 46233 field public static final int PROTOCOL_IP = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 46377 field public static final int PROTOCOL_IP = 0; // 0x0
|