Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java590 LocationTimeZoneManagerServiceStateProto actualServiceState) { in assertLastEventWithoutSuggestion() argument
591 assertTrue(actualServiceState.hasLastEvent()); in assertLastEventWithoutSuggestion()
592 assertFalse(actualServiceState.getLastEvent().hasSuggestion()); in assertLastEventWithoutSuggestion()
594 LocationTimeZoneProviderEventProto lastEvent = actualServiceState.getLastEvent(); in assertLastEventWithoutSuggestion()
600 LocationTimeZoneManagerServiceStateProto actualServiceState, in assertLastEventWithSuggestion() argument
604 assertTrue(actualServiceState.hasLastEvent()); in assertLastEventWithSuggestion()
605 LocationTimeZoneProviderEventProto lastEvent = actualServiceState.getLastEvent(); in assertLastEventWithSuggestion()