Searched refs:EnumPrefValue (Results 1 – 3 of 3) sorted by relevance
23 public interface EnumPrefValue { interface in TmaEnumPrefs31 public enum TmaAccountType implements EnumPrefValue {54 public enum TmaReplyDelay implements EnumPrefValue {83 public enum TmaBrowseNodeType implements EnumPrefValue {112 public enum TmaLoginEventOrder implements EnumPrefValue {133 private static class PrefValueImpl implements EnumPrefValue {
56 private <T extends TmaEnumPrefs.EnumPrefValue> Preference createEnumPref( in createEnumPref()
143 private class EnumPrefEntry<T extends Enum & TmaEnumPrefs.EnumPrefValue>