Searched refs:DEFAULT_POLL_TECH (Results 1 – 1 of 1) sorted by relevance
241 static final int DEFAULT_POLL_TECH = 0x2f; // See: Polling technology masks above field in NfcService666 return mPrefs.getInt(PREF_POLL_TECH, DEFAULT_POLL_TECH); in getNfcPollTech()1335 if (pollTech == -1 || pollTech == DEFAULT_POLL_TECH) in enableInternal()2063 saveNfcPollTech(DEFAULT_POLL_TECH); in updateDiscoveryTechnology()