Searched refs:mNfcAdapter (Results 1 – 1 of 1) sorted by relevance
44 NfcAdapter mNfcAdapter; field in Beam55 mNfcAdapter = NfcAdapter.getDefaultAdapter(this); in onCreate()56 if (mNfcAdapter == null) { in onCreate()61 mNfcAdapter.setNdefPushMessageCallback(this, this); in onCreate()63 mNfcAdapter.setOnNdefPushCompleteCallback(this, this); in onCreate()144 if (mNfcAdapter == null) { in onCreateOptionsMenu()