Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyCountingTest.java279 sBpcTestAppCmdService.releaseTestBinders(testLimit + 1); in testSetBinderProxyLimit()
312 sBpcTestAppCmdService.releaseTestBinders(currentBinderCount - rearmThreshold); in testRearmCallbackThreshold()
329 sBpcTestAppCmdService.releaseTestBinders(currentBinderCount - rearmThreshold + 1); in testRearmCallbackThreshold()
339 sBpcTestAppCmdService.releaseTestBinders(currentBinderCount); in testRearmCallbackThreshold()
/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
DIBpcTestAppCmdService.aidl24 void releaseTestBinders(int count); in releaseTestBinders() method
/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
DBpcTestAppCmdService.java102 public void releaseTestBinders(int count) {