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.java3105 final int notificationId1 = 1003; in testNotificationListener_setNotificationsShown() local
3108 sendNotification(notificationId1, R.drawable.black); in testNotificationListener_setNotificationsShown()
3112 StatusBarNotification sbn1 = findPostedNotification(notificationId1, false); in testNotificationListener_setNotificationsShown()
3180 final int notificationId1 = 1001; in testNotificationListener_getActiveNotifications() local
3183 sendNotification(notificationId1, R.drawable.black); in testNotificationListener_getActiveNotifications()
3187 StatusBarNotification sbn1 = findPostedNotification(notificationId1, false); in testNotificationListener_getActiveNotifications()