Home
last modified time | relevance | path

Searched defs:apnType (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTransportManager.java212 public final @ApnType int apnType; field in TransportManager.HandoverParams
217 public HandoverParams(int apnType, int targetTransport, HandoverCallback callback) { in HandoverParams()
267 int apnType = newNetworks.apnType; in isHandoverNeeded() local
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()
DDcRequest.java36 public final @ApnType int apnType; field in DcRequest
56 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in create() local
DDataThrottler.java197 int apnType = apnTypes & -apnTypes; in setRetryTimeInternal() local
234 public long getRetryTime(@ApnType int apnType) { in getRetryTime()
274 private ThrottleStatus createStatus(@Annotation.ApnType int apnType, long retryElapsedTime, in createStatus()
DDataEnabledOverride.java115 private OverrideRule(int apnType, int requiredConditions) { in OverrideRule()
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()
DDcTracker.java549 String apnType = apnContextforRetry.getApnType(); in onDataReconnect() local
968 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in requestNetwork() local
976 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in releaseNetwork() local
1143 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
1156 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
1203 public ApnSetting getActiveApnSetting(String apnType) { in getActiveApnSetting()
1210 public String getActiveApnString(String apnType) { in getActiveApnString()
1225 public DctConstants.State getState(String apnType) { in getState()
1258 private boolean isProvisioningApn(String apnType) { in isProvisioningApn()
1586 private boolean isHandoverPending(@ApnType int apnType) { in isHandoverPending()
[all …]
DAccessNetworksManager.java135 public final @ApnType int apnType; field in AccessNetworksManager.QualifiedNetworks
138 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
DApnSettingUtils.java119 public static boolean isMeteredApnType(@ApnType int apnType, Phone phone) { in isMeteredApnType()
DTelephonyNetworkFactory.java219 int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in getTransportTypeFromNetworkRequest() local
354 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
DApnContext.java118 public ApnContext(Phone phone, String apnType, String logTag, DcTracker tracker, int priority) { in ApnContext()
549 int apnType = ApnSetting.TYPE_NONE; in getApnTypeFromNetworkRequest() local
DDataEnabledSettings.java539 public synchronized boolean isDataEnabled(int apnType) { in isDataEnabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java238 private final @ApnType int apnType; field in RetryManager
247 @ApnType int apnType) { in RetryManager()
DCarrierSignalAgent.java436 int apnType = original.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, in createCompatIntent() local
DPhone.java2803 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
2808 public @Nullable PreciseDataConnectionState getPreciseDataConnectionState(String apnType) { in getPreciseDataConnectionState()
3673 public String getActiveApnHost(String apnType) { in getActiveApnHost()
3688 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
3702 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
3720 public boolean isDataAllowed(@ApnType int apnType) { in isDataAllowed()
3731 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()
3929 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
DPhoneInternalInterface.java301 DataState getDataConnectionState(String apnType); in getDataConnectionState()
311 PreciseDataConnectionState getPreciseDataConnectionState(String apnType); in getPreciseDataConnectionState()
DGsmCdmaPhone.java681 private @NonNull DcTracker getActiveDcTrackerForApn(@NonNull String apnType) { in getActiveDcTrackerForApn()
693 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java309 public Builder setApnType(@Annotation.ApnType int apnType) { in setApnType()
DApnSetting.java1504 String apnType = getApnTypesStringFromBitmask(mApnTypeBitmask); in toContentValues() local
1576 public static @NonNull @ApnTypeString String getApnTypeString(@ApnType int apnType) { in getApnTypeString()
1593 public static @ApnType int getApnTypeInt(@NonNull @ApnTypeString String apnType) { in getApnTypeInt()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java298 int apnType = originalIntent.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, in verifyLegacyApnTypes() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java439 public boolean isDataAllowed(int apnType) { in isDataAllowed()
480 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java475 public boolean isDataAllowed(int apnType) { in isDataAllowed()
513 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java809 private boolean isHandoverPending(int apnType) { in isHandoverPending()
822 @Annotation.ApnType int apnType) { in addHandoverCompleteMsg()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1015 String[] getPcscfAddress(String apnType, String callingPackage, String callingFeatureId); in getPcscfAddress()
2149 boolean isDataEnabledForApn(int apnType, int subId, String callingPackage); in isDataEnabledForApn()
2151 boolean isApnMetered(int apnType, int subId); in isApnMetered()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java7774 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
13890 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()
13911 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()