Home
last modified time | relevance | path

Searched defs:mProps (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
H A DCarPropertyManagerPublicPermissionTest.java46 private HashSet<Integer> mProps = new HashSet<>(); field in CarPropertyManagerPublicPermissionTest
/aosp12/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DUpdateParser.java99 final String[] mProps; field in UpdateParser.ParsedUpdate
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalServiceIds.java69 private final SparseArray<Pair<String, String>> mProps; field in PropertyHalServiceIds
/aosp12/system/libvintf/
H A Dcheck_vintf.cpp101 std::map<std::string, std::string> mProps; member in android::vintf::details::PresetPropertyFetcher
/aosp12/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h1211 std::map<std::string, Prop> mProps; variable