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 TmaNodeReplyDelay implements EnumPrefValue {81 public enum TmaBrowseNodeType implements EnumPrefValue {105 private static class PrefValueImpl implements EnumPrefValue {
51 private <T extends TmaEnumPrefs.EnumPrefValue> Preference createEnumPref( in createEnumPref()
128 private class EnumPrefEntry<T extends Enum & TmaEnumPrefs.EnumPrefValue>