HomeSort by relevance Sort by last modified time
    Searched defs:apnName (Results 1 - 11 of 11) sorted by null

  /packages/services/Mms/src/com/android/mms/service/
MmsNetworkManager.java 252 String apnName = null;
256 apnName = mmsNetworkInfo.getExtraInfo();
258 return apnName;
MmsRequest.java 154 final String apnName = networkManager.getApnName();
155 LogUtil.d(requestId, "APN name is " + apnName);
159 apn = ApnSettings.load(context, apnName, mSubId, requestId);
162 if (apnName == null) {
167 + apnName + ", try with no name");
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsNetworkManager.java 196 String apnName = null;
200 apnName = mmsNetworkInfo.getExtraInfo();
202 return apnName;
MmsRequest.java 152 final String apnName = networkManager.getApnName();
153 final List<ApnSettingsLoader.Apn> apns = apnSettingsLoader.get(apnName);
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 813 String apnName = info.getExtraInfo();
814 if (apnName == null) {
817 apnName = "dummy-apn";
819 int apnIpType = getApnIpType(apnName);
    [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 369 milliseconds