Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DNfcAdapter.java316 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter.class field in NfcAdapter
504 if (sNullContextNfcAdapter == null) { in getNfcAdapter()
505 sNullContextNfcAdapter = new NfcAdapter(null); in getNfcAdapter()
507 return sNullContextNfcAdapter; in getNfcAdapter()