Home
last modified time | relevance | path

Searched defs:apnType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DThrottleStatus.java309 public Builder setApnType(@Annotation.ApnType int apnType) { in setApnType()
H A DApnSetting.java1360 String apnType = getApnTypesStringFromBitmask(mApnTypeBitmask); in toContentValues() local
1437 public static @NonNull @ApnTypeString String getApnTypeString(@ApnType int apnType) { in getApnTypeString()
1454 public static @ApnType int getApnTypeInt(@NonNull @ApnTypeString String apnType) { in getApnTypeInt()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2216 boolean isDataEnabledForApn(int apnType, int subId, String callingPackage); in isDataEnabledForApn()
2218 boolean isApnMetered(int apnType, int subId); in isApnMetered()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java15354 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()
15376 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()