Searched refs:IMPORTANCE_HIGH_ID (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 41 private static final String IMPORTANCE_HIGH_ID = "importance_high"; field in NotificationFragment 65 IMPORTANCE_HIGH_ID, "Importance High", NotificationManager.IMPORTANCE_HIGH)); in onCreate() 152 .Builder(mContext, IMPORTANCE_HIGH_ID) in initCarCategoriesButton() 164 .Builder(mContext, IMPORTANCE_HIGH_ID) in initCarCategoriesButton() 198 .Builder(mContext, IMPORTANCE_HIGH_ID) in initImportanceHighBotton() 271 Notification notification = new Notification.Builder(mContext, IMPORTANCE_HIGH_ID) in initIncomingButton() 298 Notification notification = new Notification.Builder(mContext, IMPORTANCE_HIGH_ID) in initIncomingButton() 377 .Builder(mContext, IMPORTANCE_HIGH_ID) in initCustomizableMessageButton() 446 .Builder(mContext, IMPORTANCE_HIGH_ID) in initMessagingStyleButtonForDiffPerson() 503 .Builder(mContext, IMPORTANCE_HIGH_ID) in initMessagingStyleButtonForMessageSameGroup() [all …]
|