Searched refs:testAppService (Results 1 – 1 of 1) sorted by relevance
410 Intent testAppService = new Intent(); in bindService() local411 testAppService.setComponent(new ComponentName(TEST_APP_PKG, TEST_APP_SERVICE)); in bindService()413 sContext.bindService(testAppService, sConnection, BIND_AUTO_CREATE | BIND_NOT_FOREGROUND); in bindService()