Searched refs:mNfcAdapter (Results 1 – 4 of 4) sorted by relevance
52 private NfcAdapter mNfcAdapter; field in TagVerifierActivity72 mNfcAdapter = nfcManager.getDefaultAdapter(); in onCreate()84 if (!mNfcAdapter.isEnabled()) { in onResume()88 mNfcAdapter.enableForegroundDispatch(this, mPendingIntent, null, null); in onResume()94 mNfcAdapter.disableForegroundDispatch(this); in onPause()
77 private NfcAdapter mNfcAdapter; field in TagVerifierActivity115 mNfcAdapter = nfcManager.getDefaultAdapter(); in onCreate()139 if (!mNfcAdapter.isEnabled()) { in onResume()143 mNfcAdapter.enableForegroundDispatch(this, mPendingIntent, null, null); in onResume()149 mNfcAdapter.disableForegroundDispatch(this); in onPause()
91 protected NfcAdapter mNfcAdapter = null; field in SatelliteManagerTestBase1221 if (mNfcExpectedState == mNfcAdapter.isEnabled()) { in onReceive()1275 if (mNfcExpectedState == mNfcAdapter.isEnabled()) { in waitUntilOnNfcStateChanged()
4654 mNfcAdapter = NfcAdapter.getDefaultAdapter(getContext().getApplicationContext()); in identifyRadiosSensitiveToSatelliteMode()4655 mNfcInitState = mNfcAdapter.isEnabled(); in identifyRadiosSensitiveToSatelliteMode()4686 assertFalse(mNfcAdapter.isEnabled()); in areAllRadiosDisabled()