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.java94 Map<Integer, String> lists = new HashMap<Integer, String>(); in testDismissAll() local
142 Map<Integer, String> lists = new HashMap<Integer, String>(); in testNotificationShadeMetricsl() local
DNotificationHelper.java204 public void sendNotifications(Map<Integer, String> lists, boolean withDelay) throws Exception { in sendNotifications()
221 public void sendBundlingNotifications(List<Integer> lists, String groupKey) throws Exception { in sendBundlingNotifications()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java102 public void sendBundlingNotifications(List<Integer> lists, String groupKey, in sendBundlingNotifications()