Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java3130 final int notificationId1 = 1003; in testNotificationListener_setNotificationsShown() local
3133 sendNotification(notificationId1, R.drawable.black); in testNotificationListener_setNotificationsShown()
3137 StatusBarNotification sbn1 = findPostedNotification(notificationId1, false); in testNotificationListener_setNotificationsShown()
3205 final int notificationId1 = 1001; in testNotificationListener_getActiveNotifications() local
3208 sendNotification(notificationId1, R.drawable.black); in testNotificationListener_getActiveNotifications()
3212 StatusBarNotification sbn1 = findPostedNotification(notificationId1, false); in testNotificationListener_getActiveNotifications()