Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnfc_config.h26 #define NAME_PRESERVE_STORAGE "PRESERVE_STORAGE" macro
/system/nfc/src/adaptation/
DNfcAdaptation.cc355 if (NfcConfig::hasKey(NAME_PRESERVE_STORAGE) && in Initialize()
356 NfcConfig::getUnsigned(NAME_PRESERVE_STORAGE) == 1) { in Initialize()