Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTransportManager.java210 public final @ApnType int apnType; field in TransportManager.HandoverParams
215 public HandoverParams(int apnType, int targetTransport, HandoverCallback callback) { in HandoverParams()
264 int apnType = newNetworks.apnType; in isHandoverNeeded() local
319 private synchronized void setCurrentTransport(@ApnType int apnType, int transport) { in setCurrentTransport()
426 public int getCurrentTransport(@ApnType int apnType) { in getCurrentTransport()
DDcRequest.java36 public final @ApnType int apnType; field in DcRequest
56 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in create() local
DDataEnabledOverride.java115 private OverrideRule(int apnType, int requiredConditions) { in OverrideRule()
127 boolean isSatisfiedByConditions(@ApnType int apnType, @Condition int providedConditions) { in isSatisfiedByConditions()
368 private boolean canSatisfyAnyRule(@ApnType int apnType, in canSatisfyAnyRule()
421 public boolean shouldOverrideDataEnabledSettings(Phone phone, @ApnType int apnType) { in shouldOverrideDataEnabledSettings()
DDcTracker.java490 String apnType = apnContextforRetry.getApnType(); in onDataReconnect() local
895 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in requestNetwork() local
903 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in releaseNetwork() local
1052 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
1065 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
1112 public ApnSetting getActiveApnSetting(String apnType) { in getActiveApnSetting()
1119 public String getActiveApnString(String apnType) { in getActiveApnString()
1132 public DctConstants.State getState(String apnType) { in getState()
1175 String apnType, boolean isSuspended, int networkType) { in getPreciseDataConnectionState()
1209 private boolean isProvisioningApn(String apnType) { in isProvisioningApn()
[all …]
DAccessNetworksManager.java113 public final @ApnType int apnType; field in AccessNetworksManager.QualifiedNetworks
116 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
DApnSettingUtils.java119 public static boolean isMeteredApnType(@ApnType int apnType, Phone phone) { in isMeteredApnType()
DTelephonyNetworkFactory.java211 int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in getTransportTypeFromNetworkRequest() local
328 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
DApnContext.java115 public ApnContext(Phone phone, String apnType, String logTag, DcTracker tracker, in ApnContext()
554 int apnType = ApnSetting.TYPE_NONE; in getApnTypeFromNetworkRequest() local
DDataEnabledSettings.java462 public synchronized boolean isDataEnabled(int apnType) { in isDataEnabled()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl68 int phoneId, int subId, String apnType, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber()
70 void notifyDataConnectionFailed(String apnType); in notifyDataConnectionFailed()
71 void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType); in notifyDataConnectionFailedForSubscriber()
81 void notifyPreciseDataConnectionFailed(int phoneId, int subId, String apnType, String apn, in notifyPreciseDataConnectionFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java136 Phone sender, String apnType, PreciseDataConnectionState preciseState) { in notifyDataConnection()
181 public void notifyDataConnectionFailed(Phone sender, String apnType, in notifyDataConnectionFailed()
184 sender.getPhoneId(), apnType, apn, failCause); in notifyDataConnectionFailed() local
DPhoneNotifier.java62 Phone sender, String apnType, PreciseDataConnectionState preciseState); in notifyDataConnection()
75 void notifyDataConnectionFailed(Phone sender, String apnType, String apn, in notifyDataConnectionFailed()
DRetryManager.java234 public RetryManager(Phone phone, String apnType) { in RetryManager()
367 String apnType = splitStr[0].trim(); in configureRetry() local
DPhone.java2524 public void notifyDataConnection(String apnType) { in notifyDataConnection()
2569 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
2574 public @Nullable PreciseDataConnectionState getPreciseDataConnectionState(String apnType) { in getPreciseDataConnectionState()
3332 public String getActiveApnHost(String apnType) { in getActiveApnHost()
3347 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
3361 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
3379 public boolean isDataAllowed(@ApnType int apnType) { in isDataAllowed()
3390 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()
3556 String apnType, String apn, @DataFailureCause int failCause) { in notifyDataConnectionFailed()
3594 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
DPhoneInternalInterface.java243 DataState getDataConnectionState(String apnType); in getDataConnectionState()
253 PreciseDataConnectionState getPreciseDataConnectionState(String apnType); in getPreciseDataConnectionState()
DGsmCdmaPhone.java625 private @NonNull DcTracker getActiveDcTrackerForApn(@NonNull String apnType) { in getActiveDcTrackerForApn()
632 public PreciseDataConnectionState getPreciseDataConnectionState(String apnType) { in getPreciseDataConnectionState()
667 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java353 String apnType, @Nullable PreciseDataConnectionState preciseState) { in notifyDataConnectionForSubscriber()
535 public void notifyPreciseDataConnectionFailed(int subId, int slotIndex, String apnType, in notifyPreciseDataConnectionFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1690 int phoneId, int subId, String apnType, PreciseDataConnectionState preciseState) { in notifyDataConnectionForSubscriber()
1781 public void notifyDataConnectionFailed(String apnType) { in notifyDataConnectionFailed()
1785 public void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType) { in notifyDataConnectionFailedForSubscriber()
1969 public void notifyPreciseDataConnectionFailed(int phoneId, int subId, String apnType, in notifyPreciseDataConnectionFailed()
2555 String apnType, int subId) { in broadcastDataConnectionStateChanged()
/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/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java382 protected int phoneIdForRequest(NetworkRequest netRequest, int apnType) { in phoneIdForRequest()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java1372 String apnType = getApnTypesStringFromBitmask(mApnTypeBitmask); in toContentValues() local
1426 public static String getApnTypeString(int apnType) { in getApnTypeString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1036 String[] getPcscfAddress(String apnType, String callingPackage, String callingFeatureId); in getPcscfAddress()
2218 boolean isDataEnabledForApn(int apnType, int subId, String callingPackage); in isDataEnabledForApn()
2220 boolean isApnMetered(int apnType, int subId); in isApnMetered()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java7078 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
12494 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()
12515 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()