Searched refs:getPooledStringsToWrite (Results 1 – 5 of 5) sorted by relevance
177 for (String actual : history.getPooledStringsToWrite()) { in testPoolStringsFromNotifications()205 String[] actualStrings = history.getPooledStringsToWrite(); in testAddPooledStrings()245 assertThat(history.getPooledStringsToWrite().length).isEqualTo(27); in testRemoveNotificationsFromWrite()251 assertThat(history.getPooledStringsToWrite().length).isEqualTo(16); in testRemoveNotificationsFromWrite()282 assertThat(history.getPooledStringsToWrite().length).isEqualTo(26); in testRemoveNotificationFromWrite()288 assertThat(history.getPooledStringsToWrite().length).isEqualTo(23); in testRemoveNotificationFromWrite()321 assertThat(history.getPooledStringsToWrite().length).isEqualTo(26); in testRemoveConversationNotificationFromWrite()326 assertThat(history.getPooledStringsToWrite().length).isEqualTo(20); in testRemoveConversationNotificationFromWrite()360 assertThat(history.getPooledStringsToWrite().length).isEqualTo(26); in testRemoveChannelFromWrite()366 assertThat(history.getPooledStringsToWrite().length).isEqualTo(21); in testRemoveChannelFromWrite()[all …]
172 assertThat(Arrays.asList(actualHistory.getPooledStringsToWrite())) in testReadNotificationsWithPkgFilter()214 assertThat(Arrays.asList(actualHistory.getPooledStringsToWrite())) in testReadNotificationsWithNumberFilter()233 expectedStrings.addAll(Arrays.asList(history.getPooledStringsToWrite())); in testReadNotificationsWithNumberFilter_preExistingNotifs()266 assertThat(Arrays.asList(actualHistory.getPooledStringsToWrite())) in testReadNotificationsWithNumberFilter_preExistingNotifs()315 assertThat(Arrays.asList(actualHistory.getPooledStringsToWrite())) in testReadMergeIntoExistingHistory()
389 when(nh.getPooledStringsToWrite()).thenReturn(new String[]{}); in testWriteBufferRunnable()
67 final String[] pooledStrings = notifications.getPooledStringsToWrite(); in writeStringPool()337 writeNotification(proto, notifications.getPooledStringsToWrite(), in write()
429 public @NonNull String[] getPooledStringsToWrite() { in getPooledStringsToWrite() method in NotificationHistory564 mStringPool = getPooledStringsToWrite(); in writeToParcel()