Searched refs:TEST_SERVICE_PKG (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
H A DBpcTestAppCmdService.java41 private static final String TEST_SERVICE_PKG = field in class:BpcTestAppCmdService
44 TEST_SERVICE_PKG + ".BinderProxyCountingService";
154 .setComponent(new ComponentName(TEST_SERVICE_PKG, TEST_SERVICE_CLASS));
/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderProxyCountingTest.java80 private static final String TEST_SERVICE_PKG = field in class:BinderProxyCountingTest
83 TEST_SERVICE_PKG + ".BpcTestServiceCmdService";
101 .setComponent(new ComponentName(TEST_SERVICE_PKG, TEST_SERVICE_CMD_SERVICE));

Completed in 237 milliseconds