Searched refs:sNullContextNfcAdapter (Results 1 – 1 of 1) sorted by relevance
351 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter.class field in NfcAdapter600 if (sNullContextNfcAdapter == null) { in getNfcAdapter()601 sNullContextNfcAdapter = new NfcAdapter(null); in getNfcAdapter()603 return sNullContextNfcAdapter; in getNfcAdapter()