HomeSort by relevance Sort by last modified time
    Searched full:hipri (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Messaging/res/xml/
apns.xml 18 <apn mcc="001" mnc="01" carrier="AT&amp;T PHONE TEST SIM" apn="phone" mmsc="http://mmsc.mobile.att.net" mmsproxy="proxy.mobile.att.net" mmsport="80" type="default,mms,supl,hipri,fota,dun"></apn>
24 <apn mcc="001" mnc="01" carrier="U.S.Cellular TEST SIM" apn="usccinternet" mmsc="http://mmsc1.uscc.net/mmsc/MMS" type="default,mms,hipri,dun,fota" protocol="IPV4V6" roaming_protocol="IPV4V6"></apn>
    [all...]
  /device/sample/etc/
old-apns-conf.xml 35 type="default,mms,supl,hipri,fota,dun"
47 type="default,supl,hipri,dun"
60 type="default,mms,hipri,dun,fota"
    [all...]
apns-full-conf.xml 35 type="default,mms,supl,hipri,fota,dun"
47 type="default,supl,hipri,dun"
60 type="default,mms,hipri,dun,fota"
    [all...]
  /cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
ConnectivityManagerLegacyTest.java 142 /** Test that hipri can be brought up when Wifi is enabled. */
160 assertTrue("Couldn't start using the HIPRI feature.", ret != -1);
164 assertTrue("Couldn't requestRouteToHost using HIPRI.",
175 assertTrue("Couldn't stop using the HIPRI feature.", ret != -1);
  /external/fio/engines/
sync.c 38 unsigned int hipri; member in struct:psyncv2_options
43 .name = "hipri",
46 .off1 = offsetof(struct psyncv2_options, hipri),
135 if (o->hipri)
  /device/google/marlin/
apns-full-conf.xml 35 type="default,mms,supl,hipri,fota,dun"
47 type="default,supl,hipri,dun"
60 type="default,mms,hipri,dun,fota"
    [all...]
  /device/google/wahoo/
apns-full-conf.xml 35 type="default,mms,supl,hipri,fota,dun"
47 type="default,supl,hipri,dun"
60 type="default,mms,hipri,dun,fota"
    [all...]
  /hardware/interfaces/gnss/1.0/
IAGnssRil.hal 42 HIPRI = 5,
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 133 /** APN type for HiPri traffic */
134 public static final String APN_TYPE_HIPRI = "hipri";
  /device/lge/bullhead/
apns-full-conf.xml 35 type="default,mms,supl,hipri,fota,dun"
47 type="default,supl,hipri,dun"
60 type="default,mms,hipri,dun,fota"
    [all...]
  /device/huawei/angler/
apns-full-conf.xml 35 type="default,mms,supl,hipri,fota,dun"
47 type="default,supl,hipri,dun"
60 type="default,mms,hipri,dun,fota"
1163 type="default,hipri,mms"
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
UpstreamNetworkMonitor.java 214 /* If we've found an active upstream connection that's not DUN/HIPRI
215 * we should stop any outstanding DUN/HIPRI requests.
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
TetheringConfigurationTest.java 154 // both vanilla and hipri mobile types.
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 94 #define HIPRI 3
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 354 // DEFAULT handles all, and HIPRI is handled by DEFAULT
667 case PhoneConstants.APN_TYPE_HIPRI: return ApnTypes.HIPRI;
DataConnection.java     [all...]
DcTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java 682 new String[]{"hipri: max_retries=4,1000,2000"});
688 RetryManager rm = new RetryManager(mPhone, "hipri");
    [all...]
ApnSettingTest.java 674 // Hipri is asymmetric
    [all...]
DcTrackerTest.java 97 "default", "mms", "cbs", "fota", "supl", "ia", "emergency", "dun", "hipri", "ims");
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 226 NETWORK_CONNECTION_TYPE_HIPRI = 'hipri'
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /external/fio/
fio.1     [all...]

Completed in 2766 milliseconds

1 2