Home
last modified time | relevance | path

Searched refs:ApnType (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java31 import android.telephony.Annotation.ApnType;
60 private @ApnType int mApnTypes = ApnSetting.TYPE_NONE;
77 @ApnType int apnTypes, @NonNull String apn, in PreciseDataConnectionState()
100 @ApnType int apnTypes, @NonNull String apn, in PreciseDataConnectionState()
203 public @ApnType int getDataConnectionApnTypeBitMask() { in getDataConnectionApnTypeBitMask()
DAnnotation.java129 public @interface ApnType { annotation in Annotation
DTelephonyManager.java72 import android.telephony.Annotation.ApnType;
12494 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()
12515 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcRequest.java23 import android.telephony.Annotation.ApnType;
36 public final @ApnType int apnType;
38 private DcRequest(@NonNull final NetworkRequest nr, @ApnType final int type, in DcRequest()
DDataEnabledOverride.java21 import android.telephony.Annotation.ApnType;
79 private final @ApnType int mApnType;
127 boolean isSatisfiedByConditions(@ApnType int apnType, @Condition int providedConditions) { in isSatisfiedByConditions()
368 private boolean canSatisfyAnyRule(@ApnType int apnType, in canSatisfyAnyRule()
421 public boolean shouldOverrideDataEnabledSettings(Phone phone, @ApnType int apnType) { in shouldOverrideDataEnabledSettings()
DTransportManager.java29 import android.telephony.Annotation.ApnType;
210 public final @ApnType int apnType;
319 private synchronized void setCurrentTransport(@ApnType int apnType, int transport) { in setCurrentTransport()
426 public int getCurrentTransport(@ApnType int apnType) { in getCurrentTransport()
DApnConfigTypeRepository.java61 public ApnConfigType getByType(@Annotation.ApnType int type) { in getByType()
122 private void add(@Annotation.ApnType int type, Map<Integer, Integer> apnTypeMap) { in add()
DApnConfigType.java30 public ApnConfigType(@Annotation.ApnType int type, int priority) { in ApnConfigType()
DApnSettingUtils.java21 import android.telephony.Annotation.ApnType;
119 public static boolean isMeteredApnType(@ApnType int apnType, Phone phone) { in isMeteredApnType()
DAccessNetworksManager.java36 import android.telephony.Annotation.ApnType;
113 public final @ApnType int apnType;
116 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
DTelephonyNetworkFactory.java31 import android.telephony.Annotation.ApnType;
328 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
DApnContext.java22 import android.telephony.Annotation.ApnType;
544 static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
DDcTracker.java70 import android.telephony.Annotation.ApnType;
2400 @ApnType int apnType) { in addRequestNetworkCompleteMsg()
2427 public void enableApn(@ApnType int apnType, @RequestNetworkType int requestType, in enableApn()
2433 private void onEnableApn(@ApnType int apnType, @RequestNetworkType int requestType, in onEnableApn()
2513 public void disableApn(@ApnType int apnType, @ReleaseNetworkType int releaseType) { in disableApn()
2517 private void onDisableApn(@ApnType int apnType, in onDisableApn()
DDataConnection.java49 import android.telephony.Annotation.ApnType;
3051 private @ApnType int getDisallowedApnTypes() { in getDisallowedApnTypes()
/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java27 import android.telephony.Annotation.ApnType;
90 @ApnType
111 @ApnType int supportedApnTypesBitmask, @ProtocolType int roamingProtocolType, in DataProfile()
229 public @ApnType int getSupportedApnTypesBitmask() { return mSupportedApnTypesBitmask; } in getSupportedApnTypesBitmask()
396 @ApnType
557 public @NonNull Builder setSupportedApnTypesBitmask(@ApnType int supportedApnTypesBitmask) { in setSupportedApnTypesBitmask()
DQualifiedNetworksService.java30 import android.telephony.Annotation.ApnType;
143 @ApnType int apnTypes, @NonNull List<Integer> qualifiedNetworkTypes) { in updateQualifiedNetworkTypes()
150 private void onUpdateQualifiedNetworkTypes(@ApnType int apnTypes, in onUpdateQualifiedNetworkTypes()
DApnSetting.java29 import android.telephony.Annotation.ApnType;
636 public @ApnType int getApnTypeBitmask() { in getApnTypeBitmask()
1177 public boolean canHandleType(@ApnType int type) { in canHandleType()
1393 @ApnType
1963 public Builder setApnTypeBitmask(@ApnType int apnTypeBitmask) { in setApnTypeBitmask()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSwitcher.java749 onDemandDataSwitch.apn = TelephonyEvent.ApnType.APN_TYPE_MMS; in collectRequestNetworkMetrics()
761 onDemandDataSwitch.apn = TelephonyEvent.ApnType.APN_TYPE_MMS; in collectReleaseNetworkMetrics()
DPhone.java43 import android.telephony.Annotation.ApnType;
3379 public boolean isDataAllowed(@ApnType int apnType) { in isDataAllowed()
3390 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto841 enum ApnType { enum
911 optional ApnType apn = 1;