Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java51 public void notifyDataConnection(Phone sender, String reason, String apnType) { in notifyDataConnection()
54 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java43 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
46 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed()
58 public void notifyPreciseDataConnectionFailed(Phone sender, String reason, String apnType, in notifyPreciseDataConnectionFailed()
DDefaultPhoneNotifier.java152 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
157 private void doNotifyDataConnection(Phone sender, String reason, String apnType, in doNotifyDataConnection()
197 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed()
282 public void notifyPreciseDataConnectionFailed(Phone sender, String reason, String apnType, in notifyPreciseDataConnectionFailed()
469 String apnType, boolean unavailable); in onDataStateChanged()
DPhoneBase.java1400 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection()
1405 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection()
1719 public String getActiveApnHost(String apnType) { in getActiveApnHost()
1724 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
1729 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
1739 public boolean isDataConnectivityPossible(String apnType) { in isDataConnectivityPossible()
1833 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed()
1837 public void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, in notifyPreciseDataConnectionFailed()
1879 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
DPhoneProxy.java373 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
423 public String getActiveApnHost(String apnType) { in getActiveApnHost()
428 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
433 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
1026 public boolean isDataConnectivityPossible(String apnType) { in isDataConnectivityPossible()
1419 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
DPhone.java219 DataState getDataConnectionState(String apnType); in getDataConnectionState()
290 String getActiveApnHost(String apnType); in getActiveApnHost()
295 LinkProperties getLinkProperties(String apnType); in getLinkProperties()
300 NetworkCapabilities getNetworkCapabilities(String apnType); in getNetworkCapabilities()
1384 boolean isDataConnectivityPossible(String apnType); in isDataConnectivityPossible()
1876 public String[] getPcscfAddress(String apnType); in getPcscfAddress()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl51 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnection()
54 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnectionForSubscriber()
56 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed()
57 void notifyDataConnectionFailedForSubscriber(int subId, String reason, String apnType); in notifyDataConnectionFailedForSubscriber()
65 void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, in notifyPreciseDataConnectionFailed()
DITelephony.aidl695 String[] getPcscfAddress(String apnType); in getPcscfAddress()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java506 String apnType = intent.getStringExtra(INTENT_RECONNECT_ALARM_EXTRA_TYPE); in onActionIntentReconnectAlarm() local
559 String apnType = intent.getStringExtra(INTENT_RESTART_TRYSETUP_ALARM_EXTRA_TYPE); in onActionIntentRestartTrySetupAlarm() local
767 public String getActiveApnString(String apnType) { in getActiveApnString()
873 public abstract DctConstants.State getState(String apnType); in getState()
874 protected abstract boolean isProvisioningApn(String apnType); in isProvisioningApn()
891 public abstract boolean isDataPossible(String apnType); in isDataPossible()
895 public abstract String[] getPcscfAddress(String apnType); in getPcscfAddress()
999 String apnType = (String)bundle.get(DctConstants.APN_TYPE_KEY); in handleMessage() local
1094 String apnType = null; in handleMessage() local
1215 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
[all …]
DDcTracker.java368 public boolean isDataPossible(String apnType) { in isDataPossible()
469 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
483 public NetworkCapabilities getNetworkCapabilities(String apnType) { in getNetworkCapabilities()
515 public String getActiveApnString(String apnType) { in getActiveApnString()
528 public boolean isApnTypeEnabled(String apnType) { in isApnTypeEnabled()
543 public DctConstants.State getState(String apnType) { in getState()
553 protected boolean isProvisioningApn(String apnType) { in isProvisioningApn()
1470 String apnType = apnContext.getApnType(); in startAlarmForReconnect() local
1493 String apnType = apnContext.getApnType(); in startAlarmForRestartTrySetup() local
1532 protected void onSetDependencyMet(String apnType, boolean met) { in onSetDependencyMet()
[all …]
DApnContext.java91 public ApnContext(Context context, String apnType, String logTag, NetworkConfig config, in ApnContext()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java942 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection()
950 boolean isDataConnectivityPossible, String reason, String apn, String apnType, in notifyDataConnectionForSubscriber()
1037 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed()
1043 String reason, String apnType) { in notifyDataConnectionFailedForSubscriber()
1179 public void notifyPreciseDataConnectionFailed(String reason, String apnType, in notifyPreciseDataConnectionFailed()
1356 String reason, String apn, String apnType, LinkProperties linkProperties, in broadcastDataConnectionStateChanged()
1388 private void broadcastDataConnectionFailed(String reason, String apnType, in broadcastDataConnectionFailed()
1410 String apnType, String apn, String reason, LinkProperties linkProperties, in broadcastPreciseDataConnectionStateChanged()
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java216 String apnType = intent.getStringExtra(PhoneConstants.DATA_APN_TYPE_KEY); in onReceive() local
235 String apnType = intent.getStringExtra(PhoneConstants.DATA_APN_TYPE_KEY); in onReceive() local
347 String apnType = intent.getStringExtra(PhoneConstants.DATA_APN_TYPE_KEY); in onReceive() local
680 private int setEnableApn(String apnType, boolean enable) { in setEnableApn()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java59 String apnType, String apn, String reason, in PreciseDataConnectionState()
DTelephonyManager.java3132 public String[] getPcscfAddress(String apnType) { in getPcscfAddress()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java154 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
500 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java194 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
534 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java147 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
DCDMAPhone.java773 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1187 protected String enableString(int apnType) { in enableString()
1197 protected boolean turnOnUpstreamMobileConnection(int apnType) { in turnOnUpstreamMobileConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java337 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState()