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.java117 Map<Integer, String> lists = new HashMap<Integer, String>(); in testDismissAll() local
155 Map<Integer, String> lists = new HashMap<Integer, String>(); in testNotificationShadeMetrics() local
284 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, in testReceiveAndExpandRedactNotification() local
DNotificationHelper.java154 public void sendNotifications(Map<Integer, String> lists, boolean withDelay) throws Exception { in sendNotifications()
171 public void sendBundlingNotifications(List<Integer> lists, String groupKey) throws Exception { in sendBundlingNotifications()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java141 public void sendBundlingNotifications(List<Integer> lists, String groupKey, in sendBundlingNotifications()