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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagTester.java 17 package com.android.cts.verifier.nfc.tech;
NfcUtils.java 17 package com.android.cts.verifier.nfc.tech;
TagVerifier.java 17 package com.android.cts.verifier.nfc.tech;
MifareUltralightTagTester.java 17 package com.android.cts.verifier.nfc.tech;
20 import android.nfc.tech.MifareUltralight;
39 for (String tech : tag.getTechList()) {
40 if (tech.equals(MifareUltralight.class.getName())) {
NdefTagTester.java 17 package com.android.cts.verifier.nfc.tech;
26 import android.nfc.tech.Ndef;
54 for (String tech : tag.getTechList()) {
55 if (tech.equals(Ndef.class.getName())) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 21 import com.android.cts.verifier.nfc.tech.MifareUltralightTagTester;
22 import com.android.cts.verifier.nfc.tech.NdefTagTester;
23 import com.android.cts.verifier.nfc.tech.TagTester;
24 import com.android.cts.verifier.nfc.tech.TagVerifier;
25 import com.android.cts.verifier.nfc.tech.TagVerifier.Result;
36 import android.nfc.tech.MifareUltralight;
37 import android.nfc.tech.Ndef;
56 static final String EXTRA_TECH = "tech";
115 String tech = getIntent().getStringExtra(EXTRA_TECH); local
116 if (tech != null)
    [all...]
  /external/u-boot/include/linux/mtd/
samsung_onenand.h 41 unsigned int tech; /* 0x00C0 */ member in struct:samsung_onenand
  /external/cldr/tools/java/org/unicode/cldr/tool/
CountItems.java 756 String tech = Iso639Data.toAlpha3(lang); local
761 String tech = row.get0(); local
    [all...]
  /device/generic/goldfish/ril/
reference-ril.c 114 // TECH returns the current technology in the format used by the modem.
116 #define TECH(mdminfo) ((mdminfo)->currentTech)
117 // TECH_BIT returns the bitmask equivalent of the current tech
120 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech))
2870 int tech = techFromModemType(TECH(sMdmInfo)); local
3058 int tech = techFromModemType(TECH(sMdmInfo)); local
3577 int tech; local
3809 int tech, mask; local
    [all...]
ril.h 558 RIL_RadioTechnologyFamily tech; member in struct:__anon1756
566 /* Valid field if tech is RADIO_TECH_3GPP2. See RIL_REQUEST_CDMA_SEND_SMS */
569 /* Valid field if tech is RADIO_TECH_3GPP. See RIL_REQUEST_SEND_SMS */
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 344 int tech = atoi(details[0]); local
345 switch (tech) {
357 call.technology_ = RIL_RadioTechnology(tech - 2);
2531 RIL_RadioTechnology tech = getBestVoiceTechnology(gModemCurrentType); local
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 562 RIL_RadioTechnologyFamily tech; member in struct:__anon2851
570 /* Valid field if tech is RADIO_TECH_3GPP2. See RIL_REQUEST_CDMA_SEND_SMS */
573 /* Valid field if tech is RADIO_TECH_3GPP. See RIL_REQUEST_SEND_SMS */
    [all...]

Completed in 605 milliseconds