Searched refs:PrefValueImpl (Results 1 – 1 of 1) sorted by relevance
36 private final PrefValueImpl mPrefValue;39 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaAccountType()61 private final PrefValueImpl mPrefValue;65 mPrefValue = new PrefValueImpl(displayTitle + "(" + delayMs + ")", id); in TmaNodeReplyDelay()88 private final PrefValueImpl mPrefValue;91 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaBrowseNodeType()105 private static class PrefValueImpl implements EnumPrefValue { class in TmaEnumPrefs111 PrefValueImpl(String displayTitle, String id) { in PrefValueImpl() method in TmaEnumPrefs.PrefValueImpl