/cts/tests/tests/location/src/android/location/cts/ |
D | TestGnssNavigationMessageListener.java | 68 Log.i(mTag, "Number of GPS Navigation Message received = " + getEvents().size()); in await() 107 public List<GnssNavigationMessage> getEvents() { in getEvents() method in TestGnssNavigationMessageListener
|
D | GnssMeasurementRegistrationTest.java | 99 List<GnssMeasurementsEvent> events = mMeasurementListener.getEvents(); in testGnssMeasurementRegistration() 121 events = mMeasurementListener.getEvents(); in testGnssMeasurementRegistration()
|
D | GnssNavigationMessageRegistrationTest.java | 102 List<GnssNavigationMessage> events = mTestGnssNavigationMessageListener.getEvents(); in testGnssNavigationMessageRegistration()
|
D | GnssMeasurementsConstellationTest.java | 94 List<GnssMeasurementsEvent> events = mMeasurementListener.getEvents(); in testGnssMultiConstellationSupported()
|
D | GnssPseudorangeVerificationTest.java | 131 List<GnssMeasurementsEvent> events = mMeasurementListener.getEvents(); in testPseudorangeValue() 273 List<GnssMeasurementsEvent> events = mMeasurementListener.getEvents(); in testPseudoPosition()
|
D | GnssNavigationMessageTest.java | 101 List<GnssNavigationMessage> events = mTestGnssNavigationMessageListener.getEvents(); in testGnssNavigationMessageMandatoryFieldRanges()
|
D | TestGnssMeasurementListener.java | 180 public List<GnssMeasurementsEvent> getEvents() { in getEvents() method in TestGnssMeasurementListener
|
D | GnssMeasurementValuesTest.java | 115 List<GnssMeasurementsEvent> events = mMeasurementListener.getEvents(); in testListenForGnssMeasurements()
|
D | GnssMeasurementWhenNoLocationTest.java | 154 List<GnssMeasurementsEvent> events = mMeasurementListener.getEvents(); in testGnssMeasurementWhenNoLocation()
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTest.java | 219 List<CounterValue> values = counter.getEvents(); in testCounter() 260 assertTrue(drawCounter.getEvents().size() > 0); in testTracingContent() 262 for (CounterValue value : drawCounter.getEvents()) { in testTracingContent()
|
/cts/tests/tests/rcs/src/android/telephony/ims/cts/ |
D | RcsEventTest.java | 169 boolean foundMatch = queryResult.getEvents().stream().anyMatch(predicate); in assertMatchingEventInQuery() 171 assertWithMessage(queryResult.getEvents().toString()).that(foundMatch).isTrue(); in assertMatchingEventInQuery()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | FillEventHistoryTest.java | 146 List<Event> events = selection.getEvents(); in testAuthenticationSelected() 179 final List<Event> events = selection.getEvents(); in testDatasetSelected_twoResponses() 215 final List<Event> events = selection.getEvents(); in testDatasetSelected_twoResponses() 229 final List<Event> events = selection.getEvents(); in testDatasetSelected_twoResponses() 260 final List<Event> events = selection.getEvents(); in testNoEvents_whenServiceReturnsNullResponse() 297 final List<Event> events = selection.getEvents(); in testNoEvents_whenServiceReturnsFailure() 334 final List<Event> events = selection.getEvents(); in testNoEvents_whenServiceTimesout()
|
D | InstrumentedAutoFillService.java | 123 final List<Event> events = getFillEventHistory(expectedSize).getEvents(); in getFillEvents() 143 assertThat(history.getEvents()).isNull(); in getFillEventHistory() 152 final List<Event> events = history.getEvents(); in getFillEventHistory()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 607 private long getEvents(int[] whichEvents, long startTime, List<Event> out) { in getEvents() method in UsageStatsTest 643 getEvents(whichEvents, startTime, events); in waitForEventCount() 836 final long startTime = getEvents(KEYGUARD_EVENTS, 0, null) + 1; in testInteractiveEvents() 847 final long startTime = getEvents(ALL_EVENTS, 0, null) + 1; in testInteractiveEvents() 1037 final long startTime = getEvents(KEYGUARD_EVENTS, 0, null) + 1; in testTaskRootEventField() 1071 final long startTime = getEvents(KEYGUARD_EVENTS, 0, null) + 1; in testUsageSourceAttribution() 1158 final long startTime = getEvents(KEYGUARD_EVENTS, 0, null) + 1; in testSuddenDestroy()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | FileObserverTest.java | 336 return fileObserver.getEvents(); in waitForEvent() 383 public synchronized FileEvent[] getEvents() { in getEvents() method in FileObserverTest.MockFileObserver
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | CustomViewActivity.java | 123 final List<ContentCaptureEvent> events = session.getEvents(); in assertJustInitialViewsAppeared()
|
D | Assertions.java | 265 final List<ContentCaptureEvent> events = session.getEvents(); in assertNoViewLevelEvents() 278 assertThat(session.getEvents()).isEmpty(); in assertNoEvents()
|
D | CustomViewActivityTest.java | 155 final List<ContentCaptureEvent> events = session.getEvents(); in testVirtualView_wrongWay() 516 final List<ContentCaptureEvent> events = session.getEvents(); in testDisabledByFlagSecure()
|
D | CtsContentCaptureService.java | 451 public List<ContentCaptureEvent> getEvents() { in getEvents() method in CtsContentCaptureService.Session
|
/cts/tests/tests/view/src/android/view/cts/ |
D | KeyCharacterMapTest.java | 305 KeyEvent[] events = mKeyCharacterMap.getEvents(chars); in getCharacterKeyCode() 330 mKeyCharacterMap.getEvents(null); in testGetEventsNull() 339 mKeyCharacterMap.getEvents(charsArray); in testGetEvents()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsKeyEventUtil.java | 284 return keyCharacterMap.getEvents(text.toCharArray()); in getKeyEvents()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsKeyEventUtil.java | 284 return keyCharacterMap.getEvents(text.toCharArray()); in getKeyEvents()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | SecurityLoggingTest.java | 231 final List<SecurityEvent> events = getEvents(); in testVerifyGeneratedLogs() 296 private List<SecurityEvent> getEvents() throws Exception { in getEvents() method in SecurityLoggingTest 317 final List<SecurityEvent> events = getEvents(); in testVerifyLogIds()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 788 checkEventRateUs(TEST_RUN_TIME_PERIOD_MILLISEC, listener.getEvents(), type, in runMultiModeRateIndependencyTest() 834 checkTimestampRelative(events, listener.getEvents()); in runTimestampTest() 1605 List<DirectReportSensorEvent> getEvents() {
|
/cts/tests/app/src/android/app/cts/ |
D | InstrumentationTest.java | 328 KeyEvent[] keyEvents = kcm.getEvents(text.toCharArray()); in testSendStringSync()
|