Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
DIBpcTestAppCmdService.aidl28 String bindToTestService(); in bindToTestService() method
/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
DBpcTestAppCmdService.java137 public String bindToTestService() {
/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyCountingTest.java158 String errorMessage = sBpcTestAppCmdService.bindToTestService(); in bindTestAppToTestService()