Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java141 public void sendBundlingNotifications(List<Integer> lists, String groupKey, in sendBundlingNotifications() argument
145 .setContentTitle(lists.get(1).toString()) in sendBundlingNotifications()
151 mNotificationManager.notify(lists.get(1), in sendBundlingNotifications()
155 .setContentTitle(lists.get(2).toString()) in sendBundlingNotifications()
161 mNotificationManager.notify(lists.get(2), in sendBundlingNotifications()
165 .setContentTitle(lists.get(0).toString()) in sendBundlingNotifications()
171 mNotificationManager.notify(lists.get(0), in sendBundlingNotifications()