OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APN_TYPE_IA
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java
243
new String[]{PhoneConstants.
APN_TYPE_IA
, PhoneConstants.APN_TYPE_CBS}).
259
assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.
APN_TYPE_IA
,
301
new String[]{PhoneConstants.
APN_TYPE_IA
, PhoneConstants.APN_TYPE_CBS}).
328
new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.
APN_TYPE_IA
}).
368
new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.
APN_TYPE_IA
}).
396
assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.
APN_TYPE_IA
,
469
new String[]{PhoneConstants.
APN_TYPE_IA
, PhoneConstants.APN_TYPE_DUN}).
494
new String[]{PhoneConstants.
APN_TYPE_IA
, PhoneConstants.APN_TYPE_DUN}).
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java
139
public static final String
APN_TYPE_IA
= "ia";
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java
658
case PhoneConstants.
APN_TYPE_IA
:
686
return PhoneConstants.
APN_TYPE_IA
;
DcTracker.java
[
all
...]
DataConnection.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 2323 milliseconds