Home
last modified time | relevance | path

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

12

/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java84 private final @Annotation.ApnType int mApnType;
113 @Annotation.ApnType
157 @Annotation.ApnType int apnTypes, in ThrottleStatus()
260 private @Annotation.ApnType int mApnType;
309 public Builder setApnType(@Annotation.ApnType int apnType) { in setApnType()
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;
145 @ApnType int apnTypes, @NonNull List<Integer> qualifiedNetworkTypes) { in updateQualifiedNetworkTypes()
152 private void onUpdateQualifiedNetworkTypes(@ApnType int apnTypes, in onUpdateQualifiedNetworkTypes()
DApnSetting.java146 public @interface ApnType { annotation in ApnSetting
764 public @ApnType int getApnTypeBitmask() { in getApnTypeBitmask()
1305 public boolean canHandleType(@ApnType int type) { in canHandleType()
1525 @ApnType
1576 public static @NonNull @ApnTypeString String getApnTypeString(@ApnType int apnType) { in getApnTypeString()
1593 public static @ApnType int getApnTypeInt(@NonNull @ApnTypeString String apnType) { in getApnTypeInt()
2126 public Builder setApnTypeBitmask(@ApnType int apnTypeBitmask) { in setApnTypeBitmask()
/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()
DDataThrottler.java31 import android.telephony.Annotation.ApnType;
172 public void setRetryTime(@ApnType int apnTypes, @ElapsedRealtimeLong long retryElapsedTime, in setRetryTime()
187 private void setRetryTimeInternal(@ApnType int apnTypes, @ElapsedRealtimeLong in setRetryTimeInternal()
234 public long getRetryTime(@ApnType int apnType) { in getRetryTime()
274 private ThrottleStatus createStatus(@Annotation.ApnType int apnType, long retryElapsedTime, in createStatus()
DDataEnabledOverride.java21 import android.telephony.Annotation.ApnType;
79 private final @ApnType int mApnType;
127 boolean isSatisfiedByConditions(@ApnType int apnType, @Condition int providedConditions) { in isSatisfiedByConditions()
372 private boolean canSatisfyAnyRule(@ApnType int apnType, in canSatisfyAnyRule()
425 public boolean shouldOverrideDataEnabledSettings(Phone phone, @ApnType int apnType) { in shouldOverrideDataEnabledSettings()
DTransportManager.java30 import android.telephony.Annotation.ApnType;
212 public final @ApnType int apnType;
322 private synchronized void setCurrentTransport(@ApnType int apnType, int transport) { in setCurrentTransport()
436 public int getCurrentTransport(@ApnType int apnType) { in getCurrentTransport()
502 public @TransportType int getPreferredTransport(@ApnType int apnType) { in getPreferredTransport()
DApnConfigTypeRepository.java61 public ApnConfigType getByType(@Annotation.ApnType int type) { in getByType()
123 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.java35 import android.telephony.Annotation.ApnType;
135 public final @ApnType int apnType;
138 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
DApnContext.java24 import android.telephony.Annotation.ApnType;
540 static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
DTelephonyNetworkFactory.java31 import android.telephony.Annotation.ApnType;
354 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
DDcTracker.java74 import android.telephony.Annotation.ApnType;
1586 private boolean isHandoverPending(@ApnType int apnType) { in isHandoverPending()
2255 private @NonNull @ApnType List<Integer> getAllowedInitialAttachApnTypes() { in getAllowedInitialAttachApnTypes()
2568 @ApnType int apnTypes = apnSetting.getApnTypeBitmask(); in onApnUnthrottled()
2651 @ApnType int apnType) { in addHandoverCompleteMsg()
2660 private void sendHandoverCompleteMessages(@ApnType int apnType, boolean success, in sendHandoverCompleteMessages()
2725 public void enableApn(@ApnType int apnType, @RequestNetworkType int requestType, in enableApn()
2731 private void onEnableApn(@ApnType int apnType, @RequestNetworkType int requestType, in onEnableApn()
2813 public void disableApn(@ApnType int apnType, @ReleaseNetworkType int releaseType) { in disableApn()
2817 private void onDisableApn(@ApnType int apnType, in onDisableApn()
[all …]
DDataConnection.java54 import android.telephony.Annotation.ApnType;
3676 private boolean isApnContextAttached(@ApnType int type, boolean exclusive) { in isApnContextAttached()
3859 private @ApnType int getDisallowedApnTypes() { in getDisallowedApnTypes()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DDataCallSessionStats.java27 import android.telephony.Annotation.ApnType;
67 public synchronized void onSetupDataCall(@ApnType int apnTypeBitMask) { in onSetupDataCall()
84 @ApnType int apnTypeBitmask, in onSetupDataCallResponse()
191 private DataCallSession getDefaultProto(@ApnType int apnTypeBitmask) { in getDefaultProto()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java32 import android.telephony.Annotation.ApnType;
80 @ApnType int apnTypes, @NonNull String apn, in PreciseDataConnectionState()
208 public @ApnType int getDataConnectionApnTypeBitMask() { in getDataConnectionApnTypeBitMask()
DAnnotation.java131 public @interface ApnType { annotation in Annotation
DTelephonyManager.java79 import android.telephony.Annotation.ApnType;
13890 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()
13911 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java27 import android.telephony.Annotation.ApnType;
238 private final @ApnType int apnType;
247 @ApnType int apnType) { in RetryManager()
DPhoneSwitcher.java950 onDemandDataSwitch.apn = TelephonyEvent.ApnType.APN_TYPE_MMS; in collectRequestNetworkMetrics()
962 onDemandDataSwitch.apn = TelephonyEvent.ApnType.APN_TYPE_MMS; in collectReleaseNetworkMetrics()
DPhone.java45 import android.telephony.Annotation.ApnType;
3720 public boolean isDataAllowed(@ApnType int apnType) { in isDataAllowed()
3731 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto861 enum ApnType { enum
945 optional ApnType apn = 1;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java822 @Annotation.ApnType int apnType) { in addHandoverCompleteMsg()

12