HomeSort by relevance Sort by last modified time
    Searched refs:tech (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagTester.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())) {
TagVerifier.java 17 package com.android.cts.verifier.nfc.tech;
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())) {
NfcUtils.java 17 package com.android.cts.verifier.nfc.tech;
  /external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py 65 cellular.TechnologyToFamily[tech] for tech in technologies)
95 for tech in technologies:
96 tname = str(tech).replace('Technology:', '')
123 logging.info('Reconfiguring for %s' % tech)
124 env.emulator.SetTechnology(tech)
130 lambda: cell_modem.ModemIsRegisteredUsing(tech),
132 exception=_WrongTech(tech))
  /external/smali/
README.md 16 - [Official dex bytecode reference](https://source.android.com/devices/tech/dalvik/dalvik-bytecode.html)
19 - [Official dex format reference](https://source.android.com/devices/tech/dalvik/dex-format.html)
  /frameworks/base/core/java/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;
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;
IsoDep.java 17 package android.nfc.tech;
NfcA.java 17 package android.nfc.tech;
NfcF.java 17 package android.nfc.tech;
  /frameworks/base/core/java/android/nfc/
Tag.java 20 import android.nfc.tech.IsoDep;
21 import android.nfc.tech.MifareClassic;
22 import android.nfc.tech.MifareUltralight;
23 import android.nfc.tech.Ndef;
24 import android.nfc.tech.NdefFormatable;
25 import android.nfc.tech.NfcA;
26 import android.nfc.tech.NfcB;
27 import android.nfc.tech.NfcBarcode;
28 import android.nfc.tech.NfcF;
29 import android.nfc.tech.NfcV
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
SmsSessionEventBuilder.java 42 public SmsSessionEventBuilder setTech(int tech) {
43 mEvent.tech = tech;
CallSessionEventBuilder.java 84 public CallSessionEventBuilder setSrcAccessTech(int tech) {
85 mEvent.srcAccessTech = tech;
89 public CallSessionEventBuilder setTargetAccessTech(int tech) {
90 mEvent.targetAccessTech = tech;
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 21 import android.nfc.tech.Ndef;
22 import android.nfc.tech.TagTechnology;
273 private native boolean doSetTimeout(int tech, int timeout);
275 public boolean setTimeout(int tech, int timeout) {
276 return doSetTimeout(tech, timeout);
279 private native int doGetTimeout(int tech);
281 public int getTimeout(int tech) {
282 return doGetTimeout(tech);
NativeNfcTag.java 25 import android.nfc.tech.IsoDep;
26 import android.nfc.tech.MifareClassic;
27 import android.nfc.tech.MifareUltralight;
28 import android.nfc.tech.Ndef;
29 import android.nfc.tech.NfcA;
30 import android.nfc.tech.NfcB;
31 import android.nfc.tech.NfcF;
32 import android.nfc.tech.NfcV;
33 import android.nfc.tech.NfcBarcode;
34 import android.nfc.tech.TagTechnology
    [all...]
  /system/nfc/halimpl/pn54x/inc/
phNxpNciHal_SelfTest.h 124 phNxpNfc_Tech_t tech,
127 NFCSTATUS phNxpNciHal_PrbsTestStart(phNxpNfc_Tech_t tech,
  /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...]
NfcTestActivity.java 30 import android.nfc.tech.MifareUltralight;
31 import android.nfc.tech.Ndef;
32 import android.nfc.tech.TagTechnology;
  /compatibility/cdd/8_performance-and-power/
8_4_power-consumption-accounting.md 11 http://source.android.com/devices/tech/power/values.html)
23 http://source.android.com/devices/tech/power/batterystats.html)
30 http://source.android.com/devices/tech/power/values.html)
42 http://source.android.com/devices/tech/power/batterystats.html)
49 http://source.android.com/devices/tech/power/values.html)
61 http://source.android.com/devices/tech/power/batterystats.html)
68 http://source.android.com/devices/tech/power/values.html)
78 http://source.android.com/devices/tech/power/batterystats.html)
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 205 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0)
218 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0)
533 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; local
534 ALOGV("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology);
555 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; local
556 ALOGV("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology);

Completed in 763 milliseconds

1 2 3 4