Home
last modified time | relevance | path

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

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