Home
last modified time | relevance | path

Searched refs:sNullContextNfcAdapter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/nfc/java/android/nfc/
DNfcAdapter.java592 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter.class field in NfcAdapter
766 if (sNullContextNfcAdapter == null) { in getNfcAdapter()
767 sNullContextNfcAdapter = new NfcAdapter(null); in getNfcAdapter()
769 return sNullContextNfcAdapter; in getNfcAdapter()