Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java41 private static final String IMPORTANCE_LOW_ID = "importance_low"; field in NotificationFragment
72 IMPORTANCE_LOW_ID, "Importance Low", NotificationManager.IMPORTANCE_LOW)); in onCreate()
217 Notification notification = new Notification.Builder(mContext, IMPORTANCE_LOW_ID) in initImportanceLowButton()