Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java57 assertNull(appRow.lockedChannelId); in testMarkAppRow_unblockablePackage()
74 assertEquals("SpecificChannel", channelBlockApp.lockedChannelId); in testMarkAppRow_unblockableChannelOrPkg()
81 assertNull(pkgBlock.lockedChannelId); in testMarkAppRow_unblockableChannelOrPkg()
89 assertNull(otherAppRow.lockedChannelId); in testMarkAppRow_unblockableChannelOrPkg()
104 assertEquals("SpecificChannel", appRow.lockedChannelId); in testMarkAppRow_unblockableChannelAndPkg()
117 assertEquals(channelName, appRow.lockedChannelId); in testMarkAppRow_channelNameWithColons()
132 assertEquals("SpecificChannel", appRow.lockedChannelId); in testMarkAppRow_blocklistWithNullEntries()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java79 row.lockedChannelId = pkg.split(":", 2 )[1]; in markAppRowWithBlockables()
201 public String lockedChannelId; field in NotificationBackend.AppRow
DNotificationSettingsBase.java451 return !channel.getId().equals(mAppRow.lockedChannelId); in isChannelConfigurable()