Searched refs:cloneChannel (Results 1 – 1 of 1) sorted by relevance
5173 NotificationChannel parentUpdate = cloneChannel(parent); in testUpdateConversationParent_updatesConversations()5220 NotificationChannel parentUpdate = cloneChannel(parent); in testUpdateConversationParent_updatesUnlockedFields()5264 NotificationChannel parentUpdate = cloneChannel(parent); in testUpdateConversationParent_doesNotUpdateLockedFields()5310 NotificationChannel parentUpdate = cloneChannel(parent); in testUpdateConversationParent_updatesDemotedConversation()5337 NotificationChannel parentUpdate = cloneChannel(parent); in testUpdateConversationParent_updatesDeletedConversation()5363 NotificationChannel parentUpdate = cloneChannel(parent); in testUpdateConversationParent_flagOff_doesNotUpdateConversations()5706 NotificationChannel same = cloneChannel(original); in updateNotificationChannel_same_doesNotRequestSort()5816 private static NotificationChannel cloneChannel(NotificationChannel original) { in cloneChannel() method in PreferencesHelperTest