Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java69 AppRow channelBlockApp = new AppRow(); in testMarkAppRow_unblockableChannelOrPkg() local
70 channelBlockApp.pkg = channelBlockName; in testMarkAppRow_unblockableChannelOrPkg()
71 NotificationBackend.markAppRowWithBlockables(nonBlockablePkgs, channelBlockApp, in testMarkAppRow_unblockableChannelOrPkg()
73 assertFalse(channelBlockApp.lockedImportance); in testMarkAppRow_unblockableChannelOrPkg()
74 assertEquals("SpecificChannel", channelBlockApp.lockedChannelId); in testMarkAppRow_unblockableChannelOrPkg()