Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java116 row.systemApp = row.lockedImportance = true; in markAppRowWithBlockables()
486 public boolean lockedImportance; field in NotificationBackend.AppRow
DNotificationPreferenceController.java114 if (mAppRow != null && mAppRow.lockedImportance) { in isChannelConfigurable()
/packages/apps/Settings/src/com/android/settings/notification/app/
DBlockPreferenceController.java85 && (!mAppRow.banned || mAppRow.lockedImportance)) { in updateState()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java133 row.systemApp = row.lockedImportance = true; in markAppRowWithBlockables()
603 public boolean lockedImportance; field in NotificationBackend.AppRow
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java58 assertTrue(appRow.lockedImportance); in testMarkAppRow_unblockablePackage()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DBlockPreferenceControllerTest.java173 appRow.lockedImportance = true; in testIsEnabled_lockedApp()