/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DefaultPhoneNotifier.java | 154 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() argument 156 doNotifyDataConnection(sender, reason, apnType, state); in notifyDataConnection() 159 private void doNotifyDataConnection(Phone sender, String reason, String apnType, in doNotifyDataConnection() argument 174 linkProperties = sender.getLinkProperties(apnType); in doNotifyDataConnection() 175 networkCapabilities = sender.getNetworkCapabilities(apnType); in doNotifyDataConnection() 185 sender.getActiveApnHost(apnType), in doNotifyDataConnection() 186 apnType, in doNotifyDataConnection() 198 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() argument 202 mRegistry.notifyDataConnectionFailedForSubscriber(subId, reason, apnType); in notifyDataConnectionFailed() 286 public void notifyPreciseDataConnectionFailed(Phone sender, String reason, String apnType, in notifyPreciseDataConnectionFailed() argument [all …]
|
D | PhoneNotifier.java | 43 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() argument 46 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() argument 61 public void notifyPreciseDataConnectionFailed(Phone sender, String reason, String apnType, in notifyPreciseDataConnectionFailed() argument
|
D | RetryManager.java | 229 public RetryManager(Phone phone, String apnType) { in RetryManager() argument 231 mApnType = apnType; in RetryManager() 361 String apnType = splitStr[0].trim(); in configureRetry() local 363 if (apnType.equals(mApnType)) { in configureRetry() 368 } else if (apnType.equals(OTHERS_APN_TYPE)) { in configureRetry()
|
D | Phone.java | 2156 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection() argument 2158 mNotifier.notifyDataConnection(this, reason, apnType, state); in notifyDataConnection() 2161 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection() argument 2162 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection() 2167 for (String apnType : types) { in notifyDataConnection() 2168 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection() 2799 public String getActiveApnHost(String apnType) { in getActiveApnHost() argument 2800 return mDcTracker.getActiveApnString(apnType); in getActiveApnHost() 2806 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() argument 2807 return mDcTracker.getLinkProperties(apnType); in getLinkProperties() [all …]
|
D | PhoneInternalInterface.java | 270 DataState getDataConnectionState(String apnType); in getDataConnectionState() argument
|
D | GsmCdmaPhone.java | 517 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() argument 527 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) { in getDataConnectionState() 536 switch (mDcTracker.getState(apnType)) { in getDataConnectionState() 554 logd("getDataConnectionState apnType=" + apnType + " ret=" + ret); in getDataConnectionState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | DcTrackerMock.java | 64 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() argument 68 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities() argument 76 public String getActiveApnString(String apnType) { in getActiveApnString() argument 80 public DctConstants.State getState(String apnType) { in getState() argument 144 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() argument
|
D | TelephonyRegistryMock.java | 237 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection() argument 244 boolean isDataConnectivityPossible, String reason, String apn, String apnType, in notifyDataConnectionForSubscriber() argument 251 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() argument 256 public void notifyDataConnectionFailedForSubscriber(int subId, String reason, String apnType) { in notifyDataConnectionFailedForSubscriber() argument 303 public void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, in notifyPreciseDataConnectionFailed() argument
|
D | PhoneMock.java | 560 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection() argument 565 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection() argument 793 public String getActiveApnHost(String apnType) { in getActiveApnHost() argument 797 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() argument 801 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities() argument 841 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() argument 845 public void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, in notifyPreciseDataConnectionFailed() argument 866 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() argument 1081 public DataState getDataConnectionState(String apnType) { in getDataConnectionState() argument
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 50 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnection() argument 53 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnectionForSubscriber() argument 55 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed() argument 56 void notifyDataConnectionFailedForSubscriber(int subId, String reason, String apnType); in notifyDataConnectionFailedForSubscriber() argument 67 void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, in notifyPreciseDataConnectionFailed() argument
|
D | ITelephony.aidl | 937 String[] getPcscfAddress(String apnType, String callingPackage); in getPcscfAddress() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TestPhoneNotifier.java.broken | 51 public void notifyDataConnection(Phone sender, String reason, String apnType) { 54 public void notifyDataConnection(Phone sender, String reason, String apnType, 58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1170 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection() argument 1173 isDataAllowed,reason, apn, apnType, linkProperties, in notifyDataConnection() 1178 boolean isDataAllowed, String reason, String apn, String apnType, in notifyDataConnectionForSubscriber() argument 1188 + "' apn='" + apn + "' apnType=" + apnType + " networkType=" + networkType in notifyDataConnectionForSubscriber() 1195 if (PhoneConstants.APN_TYPE_DEFAULT.equals(apnType) in notifyDataConnectionForSubscriber() 1222 apnType, apn, reason, linkProperties, ""); in notifyDataConnectionForSubscriber() 1238 apnType, linkProperties, networkCapabilities, roaming, subId); in notifyDataConnectionForSubscriber() 1239 broadcastPreciseDataConnectionStateChanged(state, networkType, apnType, apn, reason, in notifyDataConnectionForSubscriber() 1243 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() argument 1245 reason, apnType); in notifyDataConnectionFailed() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 373 String apnType = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_TYPE); in onDataReconnect() local 387 ApnContext apnContext = mApnContexts.get(apnType); in onDataReconnect() 390 log("onDataReconnect: mState=" + mState + " reason=" + reason + " apnType=" + apnType in onDataReconnect() 1033 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() argument 1034 ApnContext apnContext = mApnContexts.get(apnType); in getLinkProperties() 1038 if (DBG) log("return link properites for " + apnType); in getLinkProperties() 1046 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities() argument 1047 ApnContext apnContext = mApnContexts.get(apnType); in getNetworkCapabilities() 1052 log("get active pdp is not null, return NetworkCapabilities for " + apnType); in getNetworkCapabilities() 1076 public String getActiveApnString(String apnType) { in getActiveApnString() argument [all …]
|
D | ApnContext.java | 109 public ApnContext(Phone phone, String apnType, String logTag, NetworkConfig config, in ApnContext() argument 112 mApnType = apnType; in ApnContext() 120 mRetryManager = new RetryManager(phone, apnType); in ApnContext()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PreciseDataConnectionState.java | 57 String apnType, String apn, String reason, in PreciseDataConnectionState() argument 61 mAPNType = apnType; in PreciseDataConnectionState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 148 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() argument 495 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 197 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() argument 536 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() argument
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 896 String apnType = deParseTypes(mApnTypeBitmask); in toContentValues() local 897 apnValue.put(Telephony.Carriers.TYPE, nullToEmpty(apnType)); in toContentValues()
|