Searched refs:sOnSuggestionLaunchedCalled (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DMockSuggestionService.java27 static boolean sOnSuggestionLaunchedCalled; field in class:MockSuggestionService
32 sOnSuggestionLaunchedCalled = false;
54 sOnSuggestionLaunchedCalled = true;
H A DSuggestionServiceTest.java83 assertThat(service.sOnSuggestionLaunchedCalled).isTrue();

Completed in 281 milliseconds