Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java5209 NotificationChannel originalChild = mHelper.getNotificationChannel(PKG_O, UID_O, in testUpdateConversationParent_updatesUnlockedFields() local
5211 assertThat(originalChild.canBypassDnd()).isFalse(); in testUpdateConversationParent_updatesUnlockedFields()
5213 assertThat(originalChild.getImportance()).isEqualTo(IMPORTANCE_DEFAULT); in testUpdateConversationParent_updatesUnlockedFields()
5214 assertThat(originalChild.shouldShowLights()).isFalse(); in testUpdateConversationParent_updatesUnlockedFields()
5215 assertThat(originalChild.getSound()).isEqualTo(DEFAULT_SOUND_URI); in testUpdateConversationParent_updatesUnlockedFields()
5216 assertThat(originalChild.shouldVibrate()).isFalse(); in testUpdateConversationParent_updatesUnlockedFields()
5217 assertThat(originalChild.canShowBadge()).isTrue(); in testUpdateConversationParent_updatesUnlockedFields()
5218 assertThat(originalChild.getAllowBubbles()).isEqualTo(DEFAULT_ALLOW_BUBBLE); in testUpdateConversationParent_updatesUnlockedFields()
5306 NotificationChannel originalChild = mHelper.getNotificationChannel(PKG_O, UID_O, in testUpdateConversationParent_updatesDemotedConversation() local
5308 assertThat(originalChild.shouldVibrate()).isFalse(); in testUpdateConversationParent_updatesDemotedConversation()
[all …]