Home
last modified time | relevance | path

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

/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java48 public void notifyDataConnection(Phone sender, String reason, String apnType) { in notifyDataConnection()
51 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
55 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed()
/frameworks/base/telephony/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java104 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
109 private void doNotifyDataConnection(Phone sender, String reason, String apnType, in doNotifyDataConnection()
131 apnType, in doNotifyDataConnection() local
142 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed()
DPhoneNotifier.java39 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection()
42 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed()
DITelephonyRegistry.aidl38 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnection()
40 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed()
DDataConnectionTracker.java601 public String getActiveApnString(String apnType) { in getActiveApnString()
652 public abstract State getState(String apnType); in getState()
667 protected abstract boolean isDataPossible(String apnType); in isDataPossible()
766 String apnType = (String)bundle.get(APN_TYPE_KEY); in handleMessage() local
855 protected LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
867 protected LinkCapabilities getLinkCapabilities(String apnType) { in getLinkCapabilities()
922 public boolean isApnTypeEnabled(String apnType) { in isApnTypeEnabled()
1164 protected void onSetDependencyMet(String apnType, boolean met) { in onSetDependencyMet()
DPhoneBase.java774 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection()
779 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection()
999 public String getActiveApnHost(String apnType) { in getActiveApnHost()
1003 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
1007 public LinkCapabilities getLinkCapabilities(String apnType) { in getLinkCapabilities()
1023 public boolean isDataConnectivityPossible(String apnType) { in isDataConnectivityPossible()
1117 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed()
DApnContext.java63 public ApnContext(String apnType, String logTag) { in ApnContext()
DPhoneProxy.java263 public DataState getDataConnectionState(String apnType) { in getDataConnectionState()
299 public String getActiveApnHost(String apnType) { in getActiveApnHost()
303 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
307 public LinkCapabilities getLinkCapabilities(String apnType) { in getLinkCapabilities()
748 public boolean isDataConnectivityPossible(String apnType) { in isDataConnectivityPossible()
DPhone.java282 DataState getDataConnectionState(String apnType); in getDataConnectionState()
346 String getActiveApnHost(String apnType); in getActiveApnHost()
351 LinkProperties getLinkProperties(String apnType); in getLinkProperties()
356 LinkCapabilities getLinkCapabilities(String apnType); in getLinkCapabilities()
1384 boolean isDataConnectivityPossible(String apnType); in isDataConnectivityPossible()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmDataConnectionTracker.java249 protected boolean isDataPossible(String apnType) { in isDataPossible()
346 protected LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
360 protected LinkCapabilities getLinkCapabilities(String apnType) { in getLinkCapabilities()
390 public String getActiveApnString(String apnType) { in getActiveApnString()
403 public boolean isApnTypeEnabled(String apnType) { in isApnTypeEnabled()
418 public State getState(String apnType) { in getState()
480 public synchronized int enableApnType(String apnType) { in enableApnType()
1757 protected void onSetDependencyMet(String apnType, boolean met) { in onSetDependencyMet()
1812 String apnType = apnContext.getApnType(); in checkForConnectionForApnContext() local
2547 protected int getApnProfileID(String apnType) { in getApnProfileID()
DGSMPhone.java282 public DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/frameworks/base/services/java/com/android/server/
DTelephonyRegistry.java416 String reason, String apn, String apnType, LinkProperties linkProperties, in notifyDataConnection()
478 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed()
634 String reason, String apn, String apnType, LinkProperties linkProperties, in broadcastDataConnectionStateChanged()
664 private void broadcastDataConnectionFailed(String reason, String apnType) { in broadcastDataConnectionFailed()
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java183 String apnType = intent.getStringExtra(Phone.DATA_APN_TYPE_KEY); in onReceive() local
267 String apnType = intent.getStringExtra(Phone.DATA_APN_TYPE_KEY); in onReceive() local
525 private int setEnableApn(String apnType, boolean enable) { in setEnableApn()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java114 public DataState getDataConnectionState(String apnType) { in getDataConnectionState()
DCdmaDataConnectionTracker.java198 public synchronized State getState(String apnType) { in getState()
262 protected boolean isDataPossible(String apnType) { in isDataPossible()
DCDMAPhone.java613 public DataState getDataConnectionState(String apnType) { in getDataConnectionState()
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
DSipPhoneBase.java154 public DataState getDataConnectionState(String apnType) { in getDataConnectionState()
442 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java1179 protected String enableString(int apnType) { in enableString()
1189 protected boolean turnOnUpstreamMobileConnection(int apnType) { in turnOnUpstreamMobileConnection()