Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java410 Intent testAppService = new Intent(); in bindService() local
411 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()