Searched refs:channelB (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 5468 NotificationChannel channelB = new NotificationChannel("b", "b", IMPORTANCE_LOW); in testPullPackageChannelPreferencesStats_one_to_one() local 5469 mHelper.createNotificationChannel(PKG_O, UID_O, channelB, true, false, UID_O, false); in testPullPackageChannelPreferencesStats_one_to_one() 5585 NotificationChannel channelB = new NotificationChannel("b", "b", IMPORTANCE_DEFAULT); in testPullPackagePreferencesStats_postPermissionMigration() local 5586 mHelper.createNotificationChannel(PKG_O, UID_O, channelB, true, false, UID_O, false); in testPullPackagePreferencesStats_postPermissionMigration() 5644 NotificationChannel channelB = new NotificationChannel("b", "b", IMPORTANCE_DEFAULT); in testUnlockAllNotificationChannels() local 5645 mHelper.createNotificationChannel(PKG_P, UID_P, channelB, true, false, UID_P, false); in testUnlockAllNotificationChannels() 5650 channelB.lockFields(USER_LOCKED_IMPORTANCE); in testUnlockAllNotificationChannels() 5654 assertTrue((channelB.getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0); in testUnlockAllNotificationChannels() 5659 assertTrue((channelB.getUserLockedFields() & USER_LOCKED_IMPORTANCE) == 0); in testUnlockAllNotificationChannels()
|