Searched defs:lists (Results 1 – 4 of 4) sorted by relevance
| /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
| D | NotificationBundlingTests.java | 71 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
|
| D | NotificationInteractionTests.java | 117 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
|
| D | NotificationHelper.java | 154 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/ |
| D | NotificationHelper.java | 141 public void sendBundlingNotifications(List<Integer> lists, String groupKey, in sendBundlingNotifications()
|