Home
last modified time | relevance | path

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

/cts/tests/tests/externalservice/src/android/externalservice/cts/
DExternalServiceTest.java143 RunningServiceInfo id = identifyService(remote); in testBindExternalService()
167 RunningServiceInfo creatorId = identifyService(remoteCreator); in testBindExternalServiceWithRunningOwn()
201 RunningServiceInfo creatorServiceId = identifyService(remoteCreatorService); in testBindExternalServiceWithRunningOwn()
213 RunningServiceInfo serviceId = identifyService(new Messenger(mConnection.service)); in testBindExternalServiceWithRunningOwn()
263 RunningServiceInfo idOne = identifyService(new Messenger(initialConn.service)); in testBindExternalAboveClient()
276 RunningServiceInfo idTwo = identifyService(new Messenger(prioConn.service)); in testBindExternalAboveClient()
308 RunningServiceInfo id = identifyService(remote); in testBindExternalServiceWithZygote()
364 RunningServiceInfo creatorServiceId = identifyService(remoteCreatorService); in testBindExternalServiceWithZygoteWithRunningOwn()
377 RunningServiceInfo serviceId = identifyService(new Messenger(mConnection.service)); in testBindExternalServiceWithZygoteWithRunningOwn()
410 private RunningServiceInfo identifyService(Messenger service) { in identifyService() method in ExternalServiceTest
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java646 RunningServiceInfo id = identifyService(remote); in testOther()
967 private RunningServiceInfo identifyService(Messenger service) throws Exception { in identifyService() method in ActivityManagerAppExitInfoTest