HomeSort by relevance Sort by last modified time
    Searched refs:rats (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java 82 ArrayList<Pair<Integer, Boolean>> rats = new ArrayList<Pair<Integer, Boolean>>(); local
84 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_IS95A, true));
85 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_IS95B, true));
86 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_1xRTT, true));
87 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0, true));
88 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A, true));
89 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_B, true));
90 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_EHRPD, true));
92 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, false));
93 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, false))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RatRatcheter.java 34 * what RATs are within a ratcheting family. For example all the HSPA/HSDPA/HSUPA RATs.
113 // Each string defines a family and the order of rats within the string express
114 // the priority of the RAT within the family (ie, we'd move up to later-listed RATs, but
119 String[] rats = ratFamily.split(","); local
120 if (rats.length < 2) continue;
121 SparseIntArray currentFamily = new SparseIntArray(rats.length);
123 for (String ratString : rats) {
  /build/soong/third_party/zip/
writer_test.go 28 Data: []byte("Rabbits, guinea pigs, gophers, marsupial rats, and quolls."),
  /prebuilts/go/darwin-x86/src/archive/zip/
writer_test.go 28 Data: []byte("Rabbits, guinea pigs, gophers, marsupial rats, and quolls."),
  /prebuilts/go/linux-x86/src/archive/zip/
writer_test.go 28 Data: []byte("Rabbits, guinea pigs, gophers, marsupial rats, and quolls."),
  /system/nfc/src/hal/include/
nci_defs.h 698 typedef struct { uint8_t rats; /* RATS */ } tNCI_INTF_LA_ISO_DEP; member in struct:__anon107205
  /system/nfc/src/nfc/include/
nfc_api.h 652 typedef struct { uint8_t rats; /* RATS */ } tNFC_INTF_LA_ISO_DEP; member in struct:__anon107569
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_ncif.c 785 p_intf->intf_param.la_iso.rats = *p++;
    [all...]

Completed in 225 milliseconds