/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcRequest.java | 30 public final @ApnType int apnType; field in DcRequest 68 final int apnType = ApnContext.getApnTypeFromNetworkType(networkConfig.type); in initApnPriorities() local 75 private int priorityForApnType(int apnType) { in priorityForApnType()
|
D | TransportManager.java | 206 public final @ApnType int apnType; field in TransportManager.HandoverParams 209 HandoverParams(int apnType, int targetTransport, HandoverCallback callback) { in HandoverParams() 258 int apnType = newNetworks.apnType; in isHandoverNeeded() local 313 private synchronized void setCurrentTransport(@ApnType int apnType, int transport) { in setCurrentTransport() 415 public int getCurrentTransport(@ApnType int apnType) { in getCurrentTransport()
|
D | DataEnabledOverride.java | 109 private OverrideRule(int apnType, int requiredConditions) { in OverrideRule() 121 boolean isSatisfiedByConditions(@ApnType int apnType, @Condition int providedConditions) { in isSatisfiedByConditions() 337 private boolean canSatisfyAnyRule(@ApnType int apnType, in canSatisfyAnyRule() 371 public boolean shouldOverrideDataEnabledSettings(Phone phone, @ApnType int apnType) { in shouldOverrideDataEnabledSettings()
|
D | DcTracker.java | 486 String apnType = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_TYPE); in onDataReconnect() local 908 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in requestNetwork() local 916 final int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in releaseNetwork() local 1051 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() 1064 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities() 1094 public String getActiveApnString(String apnType) { in getActiveApnString() 1113 public DctConstants.State getState(String apnType) { in getState() 1134 private boolean isProvisioningApn(String apnType) { in isProvisioningApn() 1814 public @Nullable DataConnection getDataConnectionByApnType(String apnType) { in getDataConnectionByApnType() 2170 String apnType = apnContext.getApnType(); in startAlarmForReconnect() local [all …]
|
D | AccessNetworksManager.java | 112 public final @ApnType int apnType; field in AccessNetworksManager.QualifiedNetworks 115 public QualifiedNetworks(@ApnType int apnType, int[] qualifiedNetworks) { in QualifiedNetworks()
|
D | ApnSettingUtils.java | 119 public static boolean isMeteredApnType(@ApnType int apnType, Phone phone) { in isMeteredApnType()
|
D | TelephonyNetworkFactory.java | 198 int apnType = ApnContext.getApnTypeFromNetworkRequest(networkRequest); in getTransportTypeFromNetworkRequest() local 315 private void onDataHandoverNeeded(@ApnType int apnType, int targetTransport, in onDataHandoverNeeded()
|
D | ApnContext.java | 113 public ApnContext(Phone phone, String apnType, String logTag, NetworkConfig config, in ApnContext() 571 int apnType = ApnSetting.TYPE_NONE; in getApnTypeFromNetworkRequest() local
|
D | DataEnabledSettings.java | 441 public synchronized boolean isDataEnabled(int apnType) { in isDataEnabled()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DefaultPhoneNotifier.java | 162 public void notifyDataConnection(Phone sender, String apnType, in notifyDataConnection() 167 private void doNotifyDataConnection(Phone sender, String apnType, in doNotifyDataConnection() 207 public void notifyDataConnectionFailed(Phone sender, String apnType) { in notifyDataConnectionFailed() 211 sender.getSubId(), apnType); in notifyDataConnectionFailed() local 303 public void notifyPreciseDataConnectionFailed(Phone sender, String apnType, in notifyPreciseDataConnectionFailed() 307 apnType, apn, failCause); in notifyPreciseDataConnectionFailed() local
|
D | PhoneNotifier.java | 51 void notifyDataConnection(Phone sender, String apnType, PhoneConstants.DataState state); in notifyDataConnection() 53 void notifyDataConnectionFailed(Phone sender, String apnType); in notifyDataConnectionFailed() 70 public void notifyPreciseDataConnectionFailed(Phone sender, String apnType, String apn, in notifyPreciseDataConnectionFailed()
|
D | RetryManager.java | 233 public RetryManager(Phone phone, String apnType) { in RetryManager() 366 String apnType = splitStr[0].trim(); in configureRetry() local
|
D | Phone.java | 2334 public void notifyDataConnection(String apnType) { in notifyDataConnection() 2369 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() 3032 public String getActiveApnHost(String apnType) { in getActiveApnHost() 3047 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() 3061 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities() 3079 public boolean isDataAllowed(@ApnType int apnType) { in isDataAllowed() 3090 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed() 3243 public void notifyDataConnectionFailed(String apnType) { in notifyDataConnectionFailed() 3247 public void notifyPreciseDataConnectionFailed(String apnType, String apn, in notifyPreciseDataConnectionFailed() 3298 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
|
D | PhoneInternalInterface.java | 237 DataState getDataConnectionState(String apnType); in getDataConnectionState()
|
D | GsmCdmaPhone.java | 590 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 57 String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnection() 61 String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnectionForSubscriber() 64 void notifyDataConnectionFailed(String apnType); in notifyDataConnectionFailed() 65 void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType); in notifyDataConnectionFailedForSubscriber() 78 void notifyPreciseDataConnectionFailed(int phoneId, int subId, String apnType, String apn, in notifyPreciseDataConnectionFailed()
|
D | ITelephony.aidl | 944 String[] getPcscfAddress(String apnType, String callingPackage); in getPcscfAddress() 1980 boolean isDataEnabledForApn(int apnType, int subId, String callingPackage); in isDataEnabledForApn() 1982 boolean isApnMetered(int apnType, int subId); in isApnMetered()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | TelephonyRegistryMock.java | 312 String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection() 319 boolean isDataConnectivityPossible, String apn, String apnType, in notifyDataConnectionForSubscriber() 326 public void notifyDataConnectionFailed(String apnType) { in notifyDataConnectionFailed() 331 public void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType) { in notifyDataConnectionFailedForSubscriber() 391 String apnType, String apn, in notifyPreciseDataConnectionFailed()
|
D | PhoneMock.java | 558 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection() 563 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection() 791 public String getActiveApnHost(String apnType) { in getActiveApnHost() 795 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() 799 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities() 839 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() 843 public void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, in notifyPreciseDataConnectionFailed() 864 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1412 public void notifyDataConnection(int state, boolean isDataAllowed, String apn, String apnType, in notifyDataConnection() 1424 String apn, String apnType, in notifyDataConnectionForSubscriber() 1492 public void notifyDataConnectionFailed(String apnType) { in notifyDataConnectionFailed() 1498 public void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType) { in notifyDataConnectionFailedForSubscriber() 1706 public void notifyPreciseDataConnectionFailed(int phoneId, int subId, String apnType, in notifyPreciseDataConnectionFailed() 2127 String apnType, LinkProperties linkProperties, in broadcastDataConnectionStateChanged() 2157 private void broadcastDataConnectionFailed(String apnType, int subId) { in broadcastDataConnectionFailed() 2175 String apnType, String apn, LinkProperties linkProperties, in broadcastPreciseDataConnectionStateChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 430 public boolean isDataAllowed(int apnType) { in isDataAllowed() 471 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 476 public boolean isDataAllowed(int apnType) { in isDataAllowed() 514 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 1260 String apnType = getApnTypesStringFromBitmask(mApnTypeBitmask); in toContentValues() local 1312 public static String getApnTypeString(int apnType) { in getApnTypeString()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 6591 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() 11147 public boolean isDataEnabledForApn(@ApnSetting.ApnType int apnType) { in isDataEnabledForApn() 11168 public boolean isApnMetered(@ApnSetting.ApnType int apnType) { in isApnMetered()
|