Searched refs:notification1 (Results 1 – 3 of 3) sorted by relevance
113 Notification notification1 = new Notification(); in setUp() local115 notification1.contentIntent = PendingIntent.getForegroundService( in setUp()119 when(mStatusBarNotification1.getNotification()).thenReturn(notification1); in setUp()
475 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument476 return TextUtils.equals(notification1.getStatusBarNotification().getGroupKey(), in hasSameGroupKey()
172 Notification notification1 = new Notification in initImportanceHighBotton() local194 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()