Home
last modified time | relevance | path

Searched defs:stringMappings (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowDevicePolicyResourcesManager.java27 private final Map<String, String> stringMappings = new HashMap<>(); field in ShadowDevicePolicyResourcesManager
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DUtils.cpp740 static std::vector<std::pair<const char *, uint32_t>> stringMappings { variable