Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java687 int desiredImportance = isLowImportance ? IMPORTANCE_LOW : IMPORTANCE_HIGH; in checkChannelImportanceLevel() local
691 if (notificationChannel.getImportance() == desiredImportance) { in checkChannelImportanceLevel()