Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsSuppServiceNotificationTest.java55 assertNotNull(unparceledData.history); in testParcelUnparcel()
57 assertEquals(data.history[i], unparceledData.history[i]); in testParcelUnparcel()
/cts/tests/tests/background/src/android/app/cts/backgroundrestrictions/
DBroadcastsTest.java161 final String history = in testNonSupportedBroadcastsNotDelivered() local
165 for (String line : history.split("\n")) { in testNonSupportedBroadcastsNotDelivered()
176 assertTrue(history.contains(action)); in testNonSupportedBroadcastsNotDelivered()
181 assertFalse(history.contains(action)); in testNonSupportedBroadcastsNotDelivered()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultsReport.java209 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()
210 Arrays.stream(history.getTestName().split(":")).reduce( in getTestResultHistories()
220 for (TestResultHistory history : historyCollection.asSet()) { in getTestResultHistories()
221 if (!prefixes.contains(history.getTestName())) { in getTestResultHistories()
222 leafTestHistories.add(history); in getTestResultHistories()
DTestResultHistoryCollection.java47 TestResultHistory history = new TestResultHistory(test, executionRecords); in addAll() local
57 mHistoryCollection.add(history); in addAll()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInstrumentedAutoFillService.java150 final FillEventHistory history = service.getFillEventHistory(); in getFillEventHistory() local
151 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()
DCtsAugmentedAutofillService.java179 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()
DHelper.java1067 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() argument
1069 assertThat(history).isNotNull(); in assertDeprecatedClientState()
1071 final Bundle clientState = history.getClientState(); in assertDeprecatedClientState()
1072 assertClientState(history, clientState, key, value); in assertDeprecatedClientState()
1081 public static void assertNoDeprecatedClientState(@NonNull FillEventHistory history) { in assertNoDeprecatedClientState() argument
1082 assertThat(history).isNotNull(); in assertNoDeprecatedClientState()
1084 final Bundle clientState = history.getClientState(); in assertNoDeprecatedClientState()
1085 assertWithMessage("History '%s' should not have client state", history) in assertNoDeprecatedClientState()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAugmentedLoginActivityTest.java96 final FillEventHistory history = augmentedService.getFillEventHistory(2);
97 assertThat(history).isNotNull();
98 final List<Event> events = history.getEvents();
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java1633 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);
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DSimpleSaveActivityTest.java654 final FillEventHistory history = InstrumentedAutoFillService.getFillEventHistory(1); in testSaveWithParcelableOnClientState() local
656 final Bundle deprecatedState = history.getClientState(); in testSaveWithParcelableOnClientState()
658 assertMyClientState(history.getEvents().get(0).getClientState()); in testSaveWithParcelableOnClientState()
/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java282 getJobSchedulerDump().history.historyEvent) { in getLastJobTime()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/apps/CtsVerifier/
DNOTICE.txt13713 history, marking each character with an author and revision number.