Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java91 NotificationChannels.createScreenshotChannel("newName", legacyChannel); in testInheritFromLegacy_keepsUserLockedLegacySettings()
102 NotificationChannels.createScreenshotChannel("newName", legacyChannel); in testInheritFromLegacy_dropsUnlockedLegacySettings()
112 NotificationChannels.createScreenshotChannel("newName", null); in testInheritFromLegacy_noLegacyExists()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java81 createScreenshotChannel( in createAll()
110 @VisibleForTesting static NotificationChannel createScreenshotChannel( in createScreenshotChannel() method in NotificationChannels