Searched refs:history (Results 1 – 12 of 12) sorted by relevance
55 assertNotNull(unparceledData.history); in testParcelUnparcel()57 assertEquals(data.history[i], unparceledData.history[i]); in testParcelUnparcel()
161 final String history = in testNonSupportedBroadcastsNotDelivered() local165 for (String line : history.split("\n")) { in testNonSupportedBroadcastsNotDelivered()176 assertTrue(history.contains(action)); in testNonSupportedBroadcastsNotDelivered()181 assertFalse(history.contains(action)); in testNonSupportedBroadcastsNotDelivered()
204 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()205 Arrays.stream(history.getTestName().split(":")).reduce( in getTestResultHistories()215 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()216 if (!prefixes.contains(history.getTestName())) { in getTestResultHistories()217 leafTestHistories.add(history); in getTestResultHistories()
47 TestResultHistory history = new TestResultHistory(test, executionRecords); in addAll() local57 mHistoryCollection.add(history); in addAll()
150 final FillEventHistory history = service.getFillEventHistory(); in getFillEventHistory() local151 assertThat(history.getEvents()).isNull(); in getFillEventHistory()152 return history; in getFillEventHistory()156 final FillEventHistory history = service.getFillEventHistory(); in getFillEventHistory()157 if (history == null) { in getFillEventHistory()160 final List<Event> events = history.getEvents(); in getFillEventHistory()170 return history; in getFillEventHistory()
179 final FillEventHistory history = getFillEventHistory(); in getFillEventHistory()180 if (history == null) { in getFillEventHistory()183 final List<Event> events = history.getEvents(); in getFillEventHistory()192 return history; in getFillEventHistory()
1085 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() argument1087 assertThat(history).isNotNull(); in assertDeprecatedClientState()1089 final Bundle clientState = history.getClientState(); in assertDeprecatedClientState()1090 assertClientState(history, clientState, key, value); in assertDeprecatedClientState()1099 public static void assertNoDeprecatedClientState(@NonNull FillEventHistory history) { in assertNoDeprecatedClientState() argument1100 assertThat(history).isNotNull(); in assertNoDeprecatedClientState()1102 final Bundle clientState = history.getClientState(); in assertNoDeprecatedClientState()1103 assertWithMessage("History '%s' should not have client state", history) in assertNoDeprecatedClientState()
96 final FillEventHistory history = augmentedService.getFillEventHistory(2);97 assertThat(history).isNotNull();98 final List<Event> events = history.getEvents();
1633 List<int[]> history = span.getHistory();1635 if (history.size() == 0) {1643 int lastLineEnd = history.get(0)[0];1644 for (int[] lineRange: history) {1654 int[] firstLineRange = history.get(0);1655 int[] lastLineRange = history.get(history.size() - 1);
654 final FillEventHistory history = InstrumentedAutoFillService.getFillEventHistory(1); in testSaveWithParcelableOnClientState() local656 final Bundle deprecatedState = history.getClientState(); in testSaveWithParcelableOnClientState()658 assertMyClientState(history.getEvents().get(0).getClientState()); in testSaveWithParcelableOnClientState()
282 getJobSchedulerDump().history.historyEvent) { in getLastJobTime()
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...