Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
DIBpcTestAppCmdService.aidl29 void unbindFromTestService(); in unbindFromTestService() method
/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
DBpcTestAppCmdService.java163 unbindFromTestService();
171 public void unbindFromTestService() {
/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyCountingTest.java167 sBpcTestAppCmdService.unbindFromTestService(); in unbindTestAppFromTestService()