Home
last modified time | relevance | path

Searched defs:lists (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java71 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, in testBundlingNotification() local
89 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, in testDismissBundlingNotification() local
104 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, in testDismissIndividualNotification() local
DNotificationInteractionTests.java83 Map<Integer, String> lists = new HashMap<Integer, String>(); in testDismissAll() local
DNotificationHelper.java181 public void sendNotifications(Map<Integer, String> lists) throws Exception { in sendNotifications()
197 public void sendBundlingNotifications(List<Integer> lists, String groupKey) throws Exception { in sendBundlingNotifications()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java147 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, in verifyReceiveAndExpandRedactNotification() local
198 private void sendBundlingNotifications(List<Integer> lists, String groupKey) throws Exception { in sendBundlingNotifications()