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.java94 NotificationChannels.createScreenshotChannel("newName", legacyChannel); in testInheritFromLegacy_keepsUserLockedLegacySettings()
105 NotificationChannels.createScreenshotChannel("newName", legacyChannel); in testInheritFromLegacy_dropsUnlockedLegacySettings()
115 NotificationChannels.createScreenshotChannel("newName", null); in testInheritFromLegacy_noLegacyExists()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java82 createScreenshotChannel( in createAll()
111 @VisibleForTesting static NotificationChannel createScreenshotChannel( in createScreenshotChannel() method in NotificationChannels