Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java681 private void checkChannelImportanceLevel(String channelId, boolean isLowImportance) { in checkChannelImportanceLevel() argument
687 int desiredImportance = isLowImportance ? IMPORTANCE_LOW : IMPORTANCE_HIGH; in checkChannelImportanceLevel()