Home
last modified time | relevance | path

Searched defs:configMap (Results 1 – 4 of 4) sorted by relevance

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java41 private static Map<String, Object> configMap = null; field in Config
DFrameBufferBuffer.java324 Map<String, Object> configMap = Config.getInstance().getConfiguration(); in setDefaultValues() local
/system/nfc/src/adaptation/
Dnfc_config.cc74 std::map<std::string, ConfigValue> configMap; in loadConfig() local
DNfcAdaptation.cc204 std::map<std::string, ConfigValue>& configMap) { in GetVendorConfigs()