Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/prefs/
H A DTmaPrefsFragment.java65 Context context, String title, PrefEntry pref, T[] enumValues) { in createEnumPref()
H A DTmaPrefs.java162 EnumPrefEntry(TmaPrefKey prefKey, T[] enumValues, T defaultValue) { in EnumPrefEntry()
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A DCollation.h142 map<int /* numeric value */, string /* value name */> enumValues; member
H A Dtest_collation.cpp135 map<int, string> enumValues; in TEST() local
/aosp12/frameworks/base/cmds/incident_helper/src/
H A Dih_util.cpp291 Table::addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int… in addEnumTypeMap()