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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java155 private static final boolean NFC_ON_DEFAULT = true; field in class:NfcService
339 boolean nfc_on = mPrefs.getBoolean(PREF_NFC_ON, NFC_ON_DEFAULT);

Completed in 8 milliseconds