Searched refs:PrefValueImpl (Results 1 – 1 of 1) sorted by relevance
36 private final PrefValueImpl mPrefValue;39 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaAccountType()63 private final PrefValueImpl mPrefValue;67 mPrefValue = new PrefValueImpl(displayTitle + "(" + delayMs + ")", id); in TmaReplyDelay()93 private final PrefValueImpl mPrefValue;96 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaBrowseNodeType()116 private final PrefValueImpl mPrefValue;119 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaLoginEventOrder()133 private static class PrefValueImpl implements EnumPrefValue { class in TmaEnumPrefs139 PrefValueImpl(String displayTitle, String id) { in PrefValueImpl() method in TmaEnumPrefs.PrefValueImpl