Searched refs:notification1 (Results 1 – 4 of 4) sorted by relevance
473 HeadsUpEntry notification1 = createMockHeadsUpEntry("key1"); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer() local475 mManager.addActiveHeadsUpNotification(notification1); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()482 notification1.getNotificationView(), notification2.getNotificationView()}))) in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()
119 Notification notification1 = new Notification(); in setUp() local121 notification1.contentIntent = PendingIntent.getForegroundService( in setUp()125 when(mStatusBarNotification1.getNotification()).thenReturn(notification1); in setUp()
732 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument733 return TextUtils.equals(notification1.getStatusBarNotification().getGroupKey(), in hasSameGroupKey()
197 Notification notification1 = new Notification in initImportanceHighBotton() local219 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()