Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DLauncherPrefsTest.kt32 private val TEST_STRING_ITEM = LauncherPrefs.nonRestorableItem("2", "( ͡❛ ͜ʖ ͡❛)") in <lambda>() constant
69 putSync(TEST_STRING_ITEM.to(TEST_STRING_ITEM.defaultValue)) in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()
70 addListener(listener, TEST_STRING_ITEM) in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()
71 putSync(TEST_STRING_ITEM.to(TEST_STRING_ITEM.defaultValue + "abc")) in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()
74 remove(TEST_STRING_ITEM) in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()
84 addListener(listener, TEST_STRING_ITEM) in removeListener_previouslyListeningForStringItemUpdates_isNoLongerNotifiedOfUpdates()
85 removeListener(listener, TEST_STRING_ITEM) in removeListener_previouslyListeningForStringItemUpdates_isNoLongerNotifiedOfUpdates()
86 putSync(TEST_STRING_ITEM.to(TEST_STRING_ITEM.defaultValue + "hello.")) in removeListener_previouslyListeningForStringItemUpdates_isNoLongerNotifiedOfUpdates()
90 remove(TEST_STRING_ITEM) in removeListener_previouslyListeningForStringItemUpdates_isNoLongerNotifiedOfUpdates()
100 addListener(listener, TEST_INT_ITEM, TEST_STRING_ITEM, TEST_BOOLEAN_ITEM) in addListenerAndRemoveListener_forMultipleItems_bothWorkProperly()
[all …]