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.java503 String apnType = apnContextforRetry.getApnType(); in onDataReconnect() local
905 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in requestNetwork() local
913 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in releaseNetwork() local
1070 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
1083 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
1130 public ApnSetting getActiveApnSetting(String apnType) { in getActiveApnSetting()
1137 public String getActiveApnString(String apnType) { in getActiveApnString()
1150 public DctConstants.State getState(String apnType) { in getState()
1193 String apnType, boolean isSuspended, int networkType) { in getPreciseDataConnectionState()
1227 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.java116 public ApnContext(Phone phone, String apnType, String logTag, DcTracker tracker, in ApnContext()
555 int apnType = ApnSetting.TYPE_NONE; in getApnTypeFromNetworkRequest() local
DDataEnabledSettings.java462 public synchronized boolean isDataEnabled(int apnType) { in isDataEnabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java74 Phone sender, String apnType, PreciseDataConnectionState preciseState); in notifyDataConnection()
87 void notifyDataConnectionFailed(Phone sender, String apnType, String apn, in notifyDataConnectionFailed()
DRetryManager.java235 public RetryManager(Phone phone, String apnType) { in RetryManager()
368 String apnType = splitStr[0].trim(); in configureRetry() local
DDefaultPhoneNotifier.java131 Phone sender, String apnType, PreciseDataConnectionState preciseState) { in notifyDataConnection()
177 public void notifyDataConnectionFailed(Phone sender, String apnType, in notifyDataConnectionFailed()
DPhone.java2551 public void notifyDataConnection(String apnType) { in notifyDataConnection()
2596 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
2601 public @Nullable PreciseDataConnectionState getPreciseDataConnectionState(String apnType) { in getPreciseDataConnectionState()
3359 public String getActiveApnHost(String apnType) { in getActiveApnHost()
3374 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
3388 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
3406 public boolean isDataAllowed(@ApnType int apnType) { in isDataAllowed()
3417 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()
3583 String apnType, String apn, @DataFailureCause int failCause) { in notifyDataConnectionFailed()
3633 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
DPhoneInternalInterface.java241 DataState getDataConnectionState(String apnType); in getDataConnectionState()
251 PreciseDataConnectionState getPreciseDataConnectionState(String apnType); in getPreciseDataConnectionState()
DGsmCdmaPhone.java644 private @NonNull DcTracker getActiveDcTrackerForApn(@NonNull String apnType) { in getActiveDcTrackerForApn()
651 public PreciseDataConnectionState getPreciseDataConnectionState(String apnType) { in getPreciseDataConnectionState()
686 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl68 int phoneId, int subId, int apnType, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber()
70 void notifyDataConnectionFailed(String apnType); in notifyDataConnectionFailed()
80 void notifyPreciseDataConnectionFailed(int phoneId, int subId, int apnType, String apn, in notifyPreciseDataConnectionFailed()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java415 @ApnType int apnType, @Nullable PreciseDataConnectionState preciseState) { in notifyDataConnectionForSubscriber()
627 public void notifyPreciseDataConnectionFailed(int subId, int slotIndex, @ApnType int apnType, in notifyPreciseDataConnectionFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1697 int phoneId, int subId, @ApnType int apnType, PreciseDataConnectionState preciseState) { in notifyDataConnectionForSubscriber()
1788 public void notifyDataConnectionFailed(String apnType) { in notifyDataConnectionFailed()
1792 private void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, int apnType) { in notifyDataConnectionFailedForSubscriber()
1978 public void notifyPreciseDataConnectionFailed(int phoneId, int subId, @ApnType int apnType, in notifyPreciseDataConnectionFailed()
2584 int 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.java1375 String apnType = getApnTypesStringFromBitmask(mApnTypeBitmask); in toContentValues() local
1429 public static String getApnTypeString(int apnType) { in getApnTypeString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1049 String[] getPcscfAddress(String apnType, String callingPackage, String callingFeatureId); in getPcscfAddress()
2236 boolean isDataEnabledForApn(int apnType, int subId, String callingPackage); in isDataEnabledForApn()
2238 boolean isApnMetered(int apnType, int subId); in isApnMetered()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java7403 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
12868 public boolean isDataEnabledForApn(@ApnType int apnType) { in isDataEnabledForApn()
12891 public boolean isApnMetered(@ApnType int apnType) { in isApnMetered()