Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java5174 parentUpdate.enableVibration(true); in testUpdateConversationParent_updatesConversations()
5221 parentUpdate.setBypassDnd(true); in testUpdateConversationParent_updatesUnlockedFields()
5224 parentUpdate.enableLights(true); in testUpdateConversationParent_updatesUnlockedFields()
5226 parentUpdate.enableVibration(true); in testUpdateConversationParent_updatesUnlockedFields()
5227 parentUpdate.setShowBadge(false); in testUpdateConversationParent_updatesUnlockedFields()
5228 parentUpdate.setAllowBubbles(true); in testUpdateConversationParent_updatesUnlockedFields()
5265 parentUpdate.setBypassDnd(true); in testUpdateConversationParent_doesNotUpdateLockedFields()
5268 parentUpdate.enableLights(true); in testUpdateConversationParent_doesNotUpdateLockedFields()
5270 parentUpdate.enableVibration(true); in testUpdateConversationParent_doesNotUpdateLockedFields()
5271 parentUpdate.setShowBadge(false); in testUpdateConversationParent_doesNotUpdateLockedFields()
[all …]