Searched refs:sNullContextNfcAdapter (Results 1 – 1 of 1) sorted by relevance
316 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter.class field in NfcAdapter504 if (sNullContextNfcAdapter == null) { in getNfcAdapter()505 sNullContextNfcAdapter = new NfcAdapter(null); in getNfcAdapter()507 return sNullContextNfcAdapter; in getNfcAdapter()