Searched defs:apnType (Results 1 – 14 of 14) sorted by relevance
140 public final @ApnType int apnType; field in AccessNetworksManager.QualifiedNetworks143 public QualifiedNetworks(@ApnType int apnType, @NonNull int[] qualifiedNetworks) { in QualifiedNetworks()591 public @TransportType int getPreferredTransport(@ApnType int apnType) { in getPreferredTransport()605 int apnType = DataUtils.networkCapabilityToApnType(networkCapability); in getPreferredTransportByNetworkCapability() local
268 public static @NetCapability int apnTypeToNetworkCapability(@ApnType int apnType) { in apnTypeToNetworkCapability()
406 public boolean isDataEnabled(@ApnType int apnType) { in isDataEnabled()742 private boolean isDataEnabledOverriddenForApn(@ApnType int apnType) { in isDataEnabledOverriddenForApn()
121 public int getDataState(int apnType) { in getDataState()
708 int apnType = isEmergency ? ApnSetting.TYPE_EMERGENCY : ApnSetting.TYPE_IMS; in isHandoverInProgress() local
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()
428 int apnType = original.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, in createCompatIntent() local
292 DataState getDataConnectionState(String apnType); in getDataConnectionState()302 PreciseDataConnectionState getPreciseDataConnectionState(String apnType); in getPreciseDataConnectionState()
2923 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()2928 public @Nullable PreciseDataConnectionState getPreciseDataConnectionState(String apnType) { in getPreciseDataConnectionState()
317 int apnType = originalIntent.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, in verifyLegacyApnTypes() local
2742 int state, int apnType) { in makePreciseDataConnectionState()
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()