Searched defs:mProps (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/ | ||
H A D | CarPropertyManagerPublicPermissionTest.java | 46 private HashSet<Integer> mProps = new HashSet<>(); field in CarPropertyManagerPublicPermissionTest |
/aosp12/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/ | ||
H A D | UpdateParser.java | 99 final String[] mProps; field in UpdateParser.ParsedUpdate |
/aosp12/packages/services/Car/service/src/com/android/car/hal/ | ||
H A D | PropertyHalServiceIds.java | 69 private final SparseArray<Pair<String, String>> mProps; field in PropertyHalServiceIds |
/aosp12/system/libvintf/ | ||
H A D | check_vintf.cpp | 101 std::map<std::string, std::string> mProps; member in android::vintf::details::PresetPropertyFetcher |
/aosp12/frameworks/av/media/libmediametrics/include/media/ | ||
H A D | MediaMetricsItem.h | 1211 std::map<std::string, Prop> mProps; variable |