Home
last modified time | relevance | path

Searched refs:EnumPrefValue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/prefs/
DTmaEnumPrefs.java23 public interface EnumPrefValue { interface in TmaEnumPrefs
31 public enum TmaAccountType implements EnumPrefValue {
54 public enum TmaNodeReplyDelay implements EnumPrefValue {
81 public enum TmaBrowseNodeType implements EnumPrefValue {
105 private static class PrefValueImpl implements EnumPrefValue {
DTmaPrefsFragment.java51 private <T extends TmaEnumPrefs.EnumPrefValue> Preference createEnumPref( in createEnumPref()
DTmaPrefs.java128 private class EnumPrefEntry<T extends Enum & TmaEnumPrefs.EnumPrefValue>