Searched defs:history (Results 1 – 6 of 6) sorted by relevance
47 TestResultHistory history = new TestResultHistory(test, executionRecords); in addAll() local
161 final String history = in testNonSupportedBroadcastsNotDelivered() local
142 final FillEventHistory history = service.getFillEventHistory(); in getFillEventHistory() local
550 final FillEventHistory history = InstrumentedAutoFillService.getFillEventHistory(1); in testSaveWithParcelableOnClientState() local
1026 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState()1040 public static void assertNoDeprecatedClientState(@NonNull FillEventHistory history) { in assertNoDeprecatedClientState()
189 private val history = ArrayTrackRecord<CallbackEntry>().newReadHead() in willExpectDisconnectOnce() constant