Searched refs:nfcStateExtra (Results 1 – 2 of 2) sorted by relevance
184 final int nfcStateExtra = intent.getIntExtra(NfcAdapter.EXTRA_ADAPTER_STATE, in onReceive() local188 if ( (nfcStateExtra == NO_EXTRA) in onReceive()189 || (nfcStateExtra == NfcAdapter.STATE_TURNING_ON) in onReceive()190 || (nfcStateExtra == NfcAdapter.STATE_TURNING_OFF)) { in onReceive()
197 final int nfcStateExtra = intent.getIntExtra(NfcAdapter.EXTRA_ADAPTER_STATE, in onReceive() local201 if ( (nfcStateExtra == NO_EXTRA) in onReceive()202 || (nfcStateExtra == NfcAdapter.STATE_TURNING_ON) in onReceive()203 || (nfcStateExtra == NfcAdapter.STATE_TURNING_OFF)) { in onReceive()