Searched refs:TEST_SERVICE_CLASS (Results 1 – 2 of 2) sorted by relevance
43 private static final String TEST_SERVICE_CLASS = field in BpcTestAppCmdService154 .setComponent(new ComponentName(TEST_SERVICE_PKG, TEST_SERVICE_CLASS));160 throw new RuntimeException("Failed to bind to " + TEST_SERVICE_CLASS);
76 private static final String TEST_SERVICE_CLASS = TEST_PKG + ".CmdReceiverService"; field in ConnOnActivityStartTest145 .setComponent(new ComponentName(TEST_PKG, TEST_SERVICE_CLASS)); in bindService()