/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())) {
|
/frameworks/base/core/java/android/nfc/tech/ |
NfcB.java | 17 package android.nfc.tech;
|
NfcBarcode.java | 17 package android.nfc.tech; 69 throw new NullPointerException("NfcBarcode tech extras are null.");
|
NfcV.java | 17 package android.nfc.tech;
|
NdefFormatable.java | 17 package android.nfc.tech;
|
TagTechnology.java | 17 package android.nfc.tech;
|
BasicTagTechnology.java | 17 package android.nfc.tech; 38 BasicTagTechnology(Tag tag, int tech) throws RemoteException { 40 mSelectedTechnology = tech;
|
IsoDep.java | 17 package android.nfc.tech;
|
NfcA.java | 17 package android.nfc.tech;
|
NfcF.java | 17 package android.nfc.tech;
|
MifareUltralight.java | 17 package android.nfc.tech;
|
MifareClassic.java | 17 package android.nfc.tech;
|
Ndef.java | 17 package android.nfc.tech; 167 throw new NullPointerException("NDEF tech extras are null.");
|
/external/libnfc-nci/src/nfc/int/ |
ce_int.h | 130 tNFC_RF_TECH tech; member in struct:__anon17352
|
/packages/apps/Nfc/nci/jni/ |
RouteDataSet.cpp | 206 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0) 219 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0) 536 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; local 537 ALOGD ("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology); 558 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; local 559 ALOGD ("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology);
|
/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...] |
/system/connectivity/shill/cellular/ |
cellular_capability_gsm.cc | 55 "access-tech"; 437 uint32_t tech = network_proxy_->AccessTechnology(); local 438 SetAccessTechnology(tech); 439 SLOG(this, 2) << "GSM AccessTechnology: " << tech; 597 int tech = 0; local 598 if (base::StringToInt(it->second, &tech) && 599 tech >= 0 && 600 tech < static_cast<int>(arraysize(kTechnologyString))) { 601 parsed[kTechnologyProperty] = kTechnologyString[tech];
|
/hardware/ril/reference-ril/ |
reference-ril.c | 99 // TECH returns the current technology in the format used by the modem. 101 #define TECH(mdminfo) ((mdminfo)->currentTech) 102 // TECH_BIT returns the bitmask equivalent of the current tech 105 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) 2307 int tech = techFromModemType(TECH(sMdmInfo)); local 2440 int tech = techFromModemType(TECH(sMdmInfo)); local 2929 int tech; local 3161 int tech, mask; local [all...] |
/hardware/ril/include/telephony/ |
ril.h | 534 RIL_RadioTechnologyFamily tech; member in struct:__anon35252 542 /* Valid field if tech is RADIO_TECH_3GPP2. See RIL_REQUEST_CDMA_SEND_SMS */ 545 /* Valid field if tech is RADIO_TECH_3GPP. See RIL_REQUEST_SEND_SMS */ [all...] |
/external/libgdx/backends/gdx-backend-android/libs/ |
android-4.4.jar | |
/external/robolectric/v1/lib/main/ |
android.jar | |