Searched refs:channelC (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 5470 NotificationChannel channelC = new NotificationChannel("c", "c", IMPORTANCE_HIGH); in testPullPackageChannelPreferencesStats_one_to_one() local 5471 mHelper.createNotificationChannel(PKG_O, UID_O, channelC, true, false, UID_O, false); in testPullPackageChannelPreferencesStats_one_to_one() 5587 NotificationChannel channelC = new NotificationChannel("c", "c", IMPORTANCE_DEFAULT); in testPullPackagePreferencesStats_postPermissionMigration() local 5588 mHelper.createNotificationChannel(PKG_P, UID_P, channelC, true, false, UID_P, false); in testPullPackagePreferencesStats_postPermissionMigration() 5646 NotificationChannel channelC = new NotificationChannel("c", "c", IMPORTANCE_HIGH); in testUnlockAllNotificationChannels() local 5647 mHelper.createNotificationChannel(PKG_P, UID_O, channelC, false, false, UID_O, false); in testUnlockAllNotificationChannels() 5651 channelC.lockFields(USER_LOCKED_IMPORTANCE); in testUnlockAllNotificationChannels() 5655 assertTrue((channelC.getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0); in testUnlockAllNotificationChannels() 5660 assertTrue((channelC.getUserLockedFields() & USER_LOCKED_IMPORTANCE) == 0); in testUnlockAllNotificationChannels()
|