Searched defs:sNullContextNfcAdapter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java246 static NfcAdapter sNullContextNfcAdapter; // protected by NfcAdapter.class field in class:NfcAdapter
357 if (sNullContextNfcAdapter == null) {
358 sNullContextNfcAdapter = new NfcAdapter(null);
360 return sNullContextNfcAdapter;

Completed in 48 milliseconds