Searched refs:ncg2 (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 548 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXml() 578 } else if (ncg2.getId().equals(actual.getId())) { in testChannelXml() 579 compareGroups(ncg2, actual); in testChannelXml() 615 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForBackup() 662 } else if (ncg2.getId().equals(actual.getId())) { in testChannelXmlForBackup() 663 compareGroups(ncg2, actual); in testChannelXmlForBackup() 1092 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForNonBackup_postMigration() 1178 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForBackup_postMigration() 1266 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncg2, true, in testChannelXmlForBackup_postMigration_noExternal() 3006 channel2.setGroup(ncg2.getId()); in testGetChannelGroups() [all …]
|