Home
last modified time | relevance | path

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

/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/prefs/
DTmaEnumPrefs.java38 TmaAccountType(String displayTitle, String id) { in TmaAccountType() argument
39 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaAccountType()
66 TmaReplyDelay(String displayTitle, String id, int delayMs) { in TmaReplyDelay() argument
67 mPrefValue = new PrefValueImpl(displayTitle + "(" + delayMs + ")", id); in TmaReplyDelay()
95 TmaBrowseNodeType(String displayTitle, String id) { in TmaBrowseNodeType() argument
96 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaBrowseNodeType()
118 TmaLoginEventOrder(String displayTitle, String id) { in TmaLoginEventOrder() argument
119 mPrefValue = new PrefValueImpl(displayTitle, id); in TmaLoginEventOrder()
139 PrefValueImpl(String displayTitle, String id) { in PrefValueImpl() argument
140 mDisplayTitle = displayTitle; in PrefValueImpl()