Home
last modified time | relevance | path

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

12

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTransportManager.java187 public final @ApnType int apnType; field in TransportManager.HandoverParams
192 public HandoverParams(int apnType, int targetTransport, HandoverCallback callback) { in HandoverParams()
250 private synchronized void setCurrentTransport(@ApnType int apnType, int transport) { in setCurrentTransport()
353 public int getCurrentTransport(@ApnType int apnType) { in getCurrentTransport()
414 public @TransportType int getPreferredTransport(@ApnType int apnType) { in getPreferredTransport()
H A DDcRequest.java36 public final @ApnType int apnType; field in DcRequest
56 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in create() local
H A DDataThrottler.java195 int apnType; in setRetryTimeInternal() local
240 public long getRetryTime(@ApnType int apnType) { in getRetryTime()
274 private ThrottleStatus createStatus(@Annotation.ApnType int apnType, long retryElapsedTime, in createStatus()
H A 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()
H A DDcTracker.java563 String apnType = apnContextforRetry.getApnType(); in onDataReconnect() local
1230 public String getActiveApnString(String apnType) { in getActiveApnString()
1245 public DctConstants.State getState(String apnType) { in getState()
1278 private boolean isProvisioningApn(String apnType) { in isProvisioningApn()
2602 int apnType = apnContext.getApnTypeBitmask(); in checkForCompatibleDataConnection() local
2669 @ApnType int apnType) { in addHandoverCompleteMsg()
2835 private void onDisableApn(@ApnType int apnType, in onDisableApn()
4139 String apnType = null; in handleMessage() local
4224 private int getApnProfileID(String apnType) { in getApnProfileID()
4733 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
[all …]
H A DAccessNetworksManager.java133 public final @ApnType int apnType; field in AccessNetworksManager.QualifiedNetworks
136 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
H A DApnSettingUtils.java119 public static boolean isMeteredApnType(@ApnType int apnType, Phone phone) { in isMeteredApnType()
H A DTelephonyNetworkFactory.java219 int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in getTransportTypeFromNetworkRequest() local
354 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
H A 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
H A DDataEnabledSettings.java539 public synchronized boolean isDataEnabled(int apnType) { in isDataEnabled()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java238 private final @ApnType int apnType; field in RetryManager
247 @ApnType int apnType) { in RetryManager()
H A DCarrierSignalAgent.java436 int apnType = original.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, in createCompatIntent() local
H A DPhone.java2805 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
2810 public @Nullable PreciseDataConnectionState getPreciseDataConnectionState(String apnType) { in getPreciseDataConnectionState()
3675 public String getActiveApnHost(String apnType) { in getActiveApnHost()
3690 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
3704 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
3722 public boolean isDataAllowed(@ApnType int apnType) { in isDataAllowed()
3733 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()
3931 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
H A DPhoneInternalInterface.java301 DataState getDataConnectionState(String apnType); in getDataConnectionState()
311 PreciseDataConnectionState getPreciseDataConnectionState(String apnType); in getPreciseDataConnectionState()
H A DGsmCdmaPhone.java682 private @NonNull DcTracker getActiveDcTrackerForApn(@NonNull String apnType) { in getActiveDcTrackerForApn()
694 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/
H A DIwlanBroadcastReceiverTest.java170 private void onReceiveMethodWithArgs(int apnType, int pcoId) { in onReceiveMethodWithArgs()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DThrottleStatus.java309 public Builder setApnType(@Annotation.ApnType int apnType) { in setApnType()
H A 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()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java475 public boolean isDataAllowed(int apnType) { in isDataAllowed()
513 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java439 public boolean isDataAllowed(int apnType) { in isDataAllowed()
480 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierSignalAgentTest.java298 int apnType = originalIntent.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, in verifyLegacyApnTypes() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java809 private boolean isHandoverPending(int apnType) { in isHandoverPending()
822 @Annotation.ApnType int apnType) { in addHandoverCompleteMsg()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A 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()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java7775 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
13990 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()
14011 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java5692 public String[] getPcscfAddress(String apnType, String callingPackage, in getPcscfAddress()
9498 public boolean isDataEnabledForApn(int apnType, int subId, String callingPackage) { in isDataEnabledForApn()
9516 public boolean isApnMetered(@ApnType int apnType, int subId) { in isApnMetered()

12