Lines Matching refs:pollTech
1324 int pollTech = -1; in enableInternal() local
1326 pollTech = getNfcPollTech(); in enableInternal()
1335 if (pollTech == -1 || pollTech == DEFAULT_POLL_TECH) in enableInternal()
1336 pollTech = (NfcAdapter.FLAG_READER_KEEP|NfcAdapter.FLAG_USE_ALL_TECH); in enableInternal()
1338 mDeviceHost.setDiscoveryTech(pollTech|NfcAdapter.FLAG_SET_DEFAULT_TECH, in enableInternal()
2028 public void updateDiscoveryTechnology(IBinder binder, int pollTech, int listenTech) in updateDiscoveryTechnology() argument
2042 pollTech &= ~NfcAdapter.FLAG_SET_DEFAULT_TECH; in updateDiscoveryTechnology()
2050 } else if (((pollTech & NfcAdapter.FLAG_SET_DEFAULT_TECH) != 0 in updateDiscoveryTechnology()
2053 if ((pollTech & NfcAdapter.FLAG_SET_DEFAULT_TECH) != 0) { in updateDiscoveryTechnology()
2054 if ((pollTech & NfcAdapter.FLAG_READER_KEEP) == 0 && in updateDiscoveryTechnology()
2055 (pollTech & NfcAdapter.FLAG_USE_ALL_TECH) in updateDiscoveryTechnology()
2057 saveNfcPollTech(pollTech & ~NfcAdapter.FLAG_SET_DEFAULT_TECH); in updateDiscoveryTechnology()
2059 Integer.toHexString(pollTech)); in updateDiscoveryTechnology()
2060 } else if ((pollTech in updateDiscoveryTechnology()
2079 mDeviceHost.setDiscoveryTech(pollTech, listenTech); in updateDiscoveryTechnology()
2090 Integer.toHexString(pollTech) + in updateDiscoveryTechnology()
2092 if (pollTech == NfcAdapter.FLAG_USE_ALL_TECH && in updateDiscoveryTechnology()
2102 } else if (!(pollTech == NfcAdapter.FLAG_USE_ALL_TECH && // Do not call for in updateDiscoveryTechnology()
2106 mDeviceHost.setDiscoveryTech(pollTech, listenTech); in updateDiscoveryTechnology()