Home
last modified time | relevance | path

Searched defs:TestSession (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/chre/apps/test/common/chre_settings_test/inc/
H A Dchre_settings_test_manager.h63 struct TestSession { struct
69 TestSession(uint16_t id, Feature feature, FeatureState state, in TestSession() function
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/inc/
H A Dchre_audio_concurrency_test_manager.h49 struct TestSession { struct
53 TestSession(uint16_t id, TestStep step) { in TestSession() function
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
H A DTisSessionTest.java177 private static final class TestSession extends TifSession { class in TisSessionTest
179 private TestSession(TifSessionCallbacks callbacks) { in TestSession() method in TisSessionTest.TestSession
/aosp12/frameworks/base/native/android/tests/performance_hint/
H A DPerformanceHintNativeTest.cpp85 TEST_F(PerformanceHintTest, TestSession) { in TEST_F() argument