Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl50 char RepeatChar(char token); in RepeatChar() method
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp78 DoTest(&ITestService::RepeatChar, char16_t{'A'}); in TEST_F()
Daidl_test_service.cpp141 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java85 assertThat(service.RepeatChar(query), is(query)); in testCharRepeat()