Searched refs:notification1 (Results 1 – 3 of 3) sorted by relevance
100 Notification notification1 = new Notification(); in setUp() local102 notification1.contentIntent = PendingIntent.getForegroundService( in setUp()106 when(mStatusBarNotification1.getNotification()).thenReturn(notification1); in setUp()
454 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument455 return TextUtils.equals(notification1.getStatusBarNotification().getGroupKey(), in hasSameGroupKey()
170 Notification notification1 = new Notification in initImportanceHighBotton() local192 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()