HomeSort by relevance Sort by last modified time
    Searched refs:apnType (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
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/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 43 public void notifyDataConnection(Phone sender, String reason, String apnType,
46 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType);
61 public void notifyPreciseDataConnectionFailed(Phone sender, String reason, String apnType,
DefaultPhoneNotifier.java 154 public void notifyDataConnection(Phone sender, String reason, String apnType,
156 doNotifyDataConnection(sender, reason, apnType, state);
159 private void doNotifyDataConnection(Phone sender, String reason, String apnType,
166 // use apnType as the key to which connection we're talking about.
167 // pass apnType back up to fetch particular for this one.
174 linkProperties = sender.getLinkProperties(apnType);
175 networkCapabilities = sender.getNetworkCapabilities(apnType);
185 sender.getActiveApnHost(apnType),
186 apnType,
198 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
    [all...]
RetryManager.java 227 * @param apnType APN type
229 public RetryManager(Phone phone, String apnType) {
231 mApnType = apnType;
361 String apnType = splitStr[0].trim();
363 if (apnType.equals(mApnType)) {
368 } else if (apnType.equals(OTHERS_APN_TYPE)) {
Phone.java     [all...]
PhoneInternalInterface.java 268 * @param apnType specify for which apn to get connection state info.
270 DataState getDataConnectionState(String apnType);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DcTrackerMock.java 64 public LinkProperties getLinkProperties(String apnType) {
68 public NetworkCapabilities getNetworkCapabilities(String apnType) {
76 public String getActiveApnString(String apnType) {
80 public DctConstants.State getState(String apnType) {
144 public String[] getPcscfAddress(String apnType) {
TelephonyRegistryMock.java 237 String reason, String apn, String apnType, LinkProperties linkProperties,
244 boolean isDataConnectivityPossible, String reason, String apn, String apnType,
251 public void notifyDataConnectionFailed(String reason, String apnType) {
256 public void notifyDataConnectionFailedForSubscriber(int subId, String reason, String apnType) {
303 public void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn,
PhoneMock.java 560 public void notifyDataConnection(String reason, String apnType,
565 public void notifyDataConnection(String reason, String apnType) {
793 public String getActiveApnHost(String apnType) {
797 public LinkProperties getLinkProperties(String apnType) {
801 public NetworkCapabilities getNetworkCapabilities(String apnType) {
841 public void notifyDataConnectionFailed(String reason, String apnType) {
845 public void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn,
866 public String[] getPcscfAddress(String apnType) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl 50 String reason, String apn, String apnType, in LinkProperties linkProperties,
53 String reason, String apn, String apnType, in LinkProperties linkProperties,
55 void notifyDataConnectionFailed(String reason, String apnType);
56 void notifyDataConnectionFailedForSubscriber(int subId, String reason, String apnType);
67 void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn,
ITelephony.aidl 934 * @param apnType the apnType, "ims" for IMS APN, "emergency" for EMERGENCY APN
937 String[] getPcscfAddress(String apnType, String callingPackage);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
PreciseDataConnectionState.java 57 String apnType, String apn, String reason,
61 mAPNType = apnType;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 373 String apnType = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_TYPE);
387 ApnContext apnContext = mApnContexts.get(apnType);
390 log("onDataReconnect: mState=" + mState + " reason=" + reason + " apnType=" + apnType
502 /** Convert an ApnType string to Id (TODO: Use "enumeration" instead of String for ApnType) */
    [all...]
ApnContext.java 104 * @param apnType APN type (e.g. default, supl, mms, etc...)
109 public ApnContext(Phone phone, String apnType, String logTag, NetworkConfig config,
112 mApnType = apnType;
120 mRetryManager = new RetryManager(phone, apnType);
  /packages/apps/Settings/src/com/android/settings/network/
ApnEditor.java 248 for (String apnType : mReadOnlyApnTypes) {
249 Log.d(TAG, "onCreate: read only APN type: " + apnType);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 197 public PhoneConstants.DataState getDataConnectionState(String apnType) {
536 public LinkProperties getLinkProperties(String apnType) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 148 public PhoneConstants.DataState getDataConnectionState(String apnType) {
495 public LinkProperties getLinkProperties(String apnType) {
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /frameworks/base/telephony/java/android/telephony/data/
ApnSetting.java 107 public @interface ApnType {}
453 public @ApnType int getApnTypeBitmask() {
710 public boolean canHandleType(@ApnType int type) {
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java     [all...]

Completed in 178 milliseconds

1 2