Searched refs:sNullContextNfcAdapter (Results 1 – 1 of 1) sorted by relevance
592 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter.class field in NfcAdapter766 if (sNullContextNfcAdapter == null) { in getNfcAdapter()767 sNullContextNfcAdapter = new NfcAdapter(null); in getNfcAdapter()769 return sNullContextNfcAdapter; in getNfcAdapter()