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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java178 private static final boolean DISCOVERY_A_DEFAULT = true; field in class:NfcService
634 return Boolean.toString(mPrefs.getBoolean(PREF_DISCOVERY_A, DISCOVERY_A_DEFAULT));
2169 mPrefs.getBoolean(PREF_DISCOVERY_A, DISCOVERY_A_DEFAULT) ? 1 : 0);

Completed in 45 milliseconds