/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | TransportManager.java | 187 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 D | DcRequest.java | 36 public final @ApnType int apnType; field in DcRequest 56 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in create() local
|
H A D | DataThrottler.java | 195 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 D | DataEnabledOverride.java | 115 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 D | DcTracker.java | 563 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 D | AccessNetworksManager.java | 133 public final @ApnType int apnType; field in AccessNetworksManager.QualifiedNetworks 136 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
|
H A D | ApnSettingUtils.java | 119 public static boolean isMeteredApnType(@ApnType int apnType, Phone phone) { in isMeteredApnType()
|
H A D | TelephonyNetworkFactory.java | 219 int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in getTransportTypeFromNetworkRequest() local 354 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
|
H A D | ApnContext.java | 118 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 D | DataEnabledSettings.java | 539 public synchronized boolean isDataEnabled(int apnType) { in isDataEnabled()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RetryManager.java | 238 private final @ApnType int apnType; field in RetryManager 247 @ApnType int apnType) { in RetryManager()
|
H A D | CarrierSignalAgent.java | 436 int apnType = original.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, in createCompatIntent() local
|
H A D | Phone.java | 2805 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 D | PhoneInternalInterface.java | 301 DataState getDataConnectionState(String apnType); in getDataConnectionState() 311 PreciseDataConnectionState getPreciseDataConnectionState(String apnType); in getPreciseDataConnectionState()
|
H A D | GsmCdmaPhone.java | 682 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 D | IwlanBroadcastReceiverTest.java | 170 private void onReceiveMethodWithArgs(int apnType, int pcoId) { in onReceiveMethodWithArgs()
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | ThrottleStatus.java | 309 public Builder setApnType(@Annotation.ApnType int apnType) { in setApnType()
|
H A D | ApnSetting.java | 1504 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 D | ImsPhoneBase.java | 475 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 D | SipPhoneBase.java | 439 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 D | CarrierSignalAgentTest.java | 298 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 D | DcTrackerTest.java | 809 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 D | ITelephony.aidl | 1015 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 D | TelephonyManager.java | 7775 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 D | PhoneInterfaceManager.java | 5692 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()
|