/frameworks/base/telephony/java/android/telephony/data/ |
D | ThrottleStatus.java | 84 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()
|
D | DataProfile.java | 27 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()
|
D | QualifiedNetworksService.java | 30 import android.telephony.Annotation.ApnType; 145 @ApnType int apnTypes, @NonNull List<Integer> qualifiedNetworkTypes) { in updateQualifiedNetworkTypes() 152 private void onUpdateQualifiedNetworkTypes(@ApnType int apnTypes, in onUpdateQualifiedNetworkTypes()
|
D | ApnSetting.java | 146 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/ |
D | DcRequest.java | 23 import android.telephony.Annotation.ApnType; 36 public final @ApnType int apnType; 38 private DcRequest(@NonNull final NetworkRequest nr, @ApnType final int type, in DcRequest()
|
D | DataThrottler.java | 31 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()
|
D | DataEnabledOverride.java | 21 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()
|
D | TransportManager.java | 30 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()
|
D | ApnConfigTypeRepository.java | 61 public ApnConfigType getByType(@Annotation.ApnType int type) { in getByType() 123 private void add(@Annotation.ApnType int type, Map<Integer, Integer> apnTypeMap) { in add()
|
D | ApnConfigType.java | 30 public ApnConfigType(@Annotation.ApnType int type, int priority) { in ApnConfigType()
|
D | ApnSettingUtils.java | 21 import android.telephony.Annotation.ApnType; 119 public static boolean isMeteredApnType(@ApnType int apnType, Phone phone) { in isMeteredApnType()
|
D | AccessNetworksManager.java | 35 import android.telephony.Annotation.ApnType; 135 public final @ApnType int apnType; 138 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
|
D | ApnContext.java | 24 import android.telephony.Annotation.ApnType; 540 static @ApnType int getApnTypeFromNetworkRequest(NetworkRequest nr) { in getApnTypeFromNetworkRequest()
|
D | TelephonyNetworkFactory.java | 31 import android.telephony.Annotation.ApnType; 354 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
|
D | DcTracker.java | 74 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 …]
|
D | DataConnection.java | 54 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/ |
D | DataCallSessionStats.java | 27 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/ |
D | PreciseDataConnectionState.java | 32 import android.telephony.Annotation.ApnType; 80 @ApnType int apnTypes, @NonNull String apn, in PreciseDataConnectionState() 208 public @ApnType int getDataConnectionApnTypeBitMask() { in getDataConnectionApnTypeBitMask()
|
D | Annotation.java | 131 public @interface ApnType { annotation in Annotation
|
D | TelephonyManager.java | 79 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/ |
D | RetryManager.java | 27 import android.telephony.Annotation.ApnType; 238 private final @ApnType int apnType; 247 @ApnType int apnType) { in RetryManager()
|
D | PhoneSwitcher.java | 950 onDemandDataSwitch.apn = TelephonyEvent.ApnType.APN_TYPE_MMS; in collectRequestNetworkMetrics() 962 onDemandDataSwitch.apn = TelephonyEvent.ApnType.APN_TYPE_MMS; in collectReleaseNetworkMetrics()
|
D | Phone.java | 45 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/ |
D | telephony.proto | 861 enum ApnType { enum 945 optional ApnType apn = 1;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 822 @Annotation.ApnType int apnType) { in addHandoverCompleteMsg()
|