HomeSort by relevance Sort by last modified time
    Searched refs:apn (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
loc_eng_agps.h 200 // apn to the NIF. Each state machine tracks
202 // NIF, there is also an active APN.
217 void setAPN(const char* apn, unsigned int len);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 262 String apn, String user, String password, int authType,
566 public void setInitialAttachApn(String apn, String protocol, int authType, String username,
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 153 return MetricsEvent.APN;
247 "\" AND NOT (type='ia' AND (apn=\"\" OR apn IS NULL)) AND user_visible!=0");
254 "_id", "name", "apn", "type", "mvno_type", "mvno_match_data"}, where.toString(),
275 String apn = cursor.getString(APN_INDEX); local
285 pref.setSummary(apn);
429 "Restore default APN Handler: Process Thread");
  /system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc 380 MATCHER_P(HasApn, apn, "") {
381 return arg.ContainsString(kApnProperty) && apn == arg.GetString(kApnProperty);
389 static const string kLastGoodApn("remembered.apn");
391 static const string kSuppliedApn("my.apn");
421 // We expect the list to contain the last good APN, plus
433 // Setting the APN has the side effect of clearing the LastGoodApn,
435 // the supplied APN.
451 // We expect the list to contain the last good APN, plus
452 // the user-supplied APN, plus the 4 APNs from the mobile
cellular.cc     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 599 public void setupDataCall(String radioTechnology, String profile, String apn, String user,
648 public void setInitialAttachApn(String apn, String protocol, int authType, String username,
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 196 // apn to the NIF. Each state machine tracks
198 // NIF, there is also an active APN.
213 void setAPN(const char* apn, unsigned int len);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 196 // apn to the NIF. Each state machine tracks
198 // NIF, there is also an active APN.
213 void setAPN(const char* apn, unsigned int len);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.h 196 // apn to the NIF. Each state machine tracks
198 // NIF, there is also an active APN.
213 void setAPN(const char* apn, unsigned int len);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.h 196 // apn to the NIF. Each state machine tracks
198 // NIF, there is also an active APN.
213 void setAPN(const char* apn, unsigned int len);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h 196 // apn to the NIF. Each state machine tracks
198 // NIF, there is also an active APN.
213 void setAPN(const char* apn, unsigned int len);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java 38 * APN retry manager tests
42 // This is the real APN data for the Japanese carrier NTT Docomo.
47 "spmode.ne.jp", // apn
75 "mopera.net", // apn
103 "bmobile.ne.jp", // apn
165 * Test the basic retry scenario where only one APN and no retry configured.
188 * Test the basic retry scenario where only one APN with two retries configured.
218 // No matter how many times we call getNextApnSetting, it should always return the next APN
376 * Test the permanent fail scenario with one APN configured.
386 ApnSetting apn = new ApnSetting(mApn1) local
    [all...]
  /hardware/ril/include/telephony/
ril.h 420 char * apn; /* ignored */ member in struct:__anon34839
1684 char* apn; member in struct:__anon34941
5915 char *apn; member in struct:__anon34944
    [all...]
  /external/dhcpcd-6.8.2/
ipv6.c 781 struct ipv6_addr *ap, *apn, *apf; local
787 TAILQ_FOREACH_SAFE(ap, addrs, next, apn) {
853 struct ipv6_addr *ap, *apn, *apf; local
857 TAILQ_FOREACH_SAFE(ap, addrs, next, apn) {
1304 struct ipv6_addr *ap, *apn; local
1309 TAILQ_FOREACH_SAFE(ap, addrs, next, apn) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 99 Telephony.Carriers.APN, // 2
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 1147 public void setupDataCall(int radioTechnology, int profile, String apn, String user,
1224 public void setInitialAttachApn(String apn, String protocol, int authType, String username,
SimulatedCommands.java     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 538 // APN ignored for v5
1646 const char *apn; local
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 3913 milliseconds

1 2 3 45 6