Searched defs:apnType (Results 1 – 4 of 4) sorted by relevance
309 public Builder setApnType(@Annotation.ApnType int apnType) { in setApnType()
1360 String apnType = getApnTypesStringFromBitmask(mApnTypeBitmask); in toContentValues() local1437 public static @NonNull @ApnTypeString String getApnTypeString(@ApnType int apnType) { in getApnTypeString()1454 public static @ApnType int getApnTypeInt(@NonNull @ApnTypeString String apnType) { in getApnTypeInt()
2216 boolean isDataEnabledForApn(int apnType, int subId, String callingPackage); in isDataEnabledForApn()2218 boolean isApnMetered(int apnType, int subId); in isApnMetered()
15354 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()15376 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()