Searched refs:identifyService (Results 1 – 2 of 2) sorted by relevance
143 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
649 RunningServiceInfo id = identifyService(remote); in testOther()964 private RunningServiceInfo identifyService(Messenger service) throws Exception { in identifyService() method in ActivityManagerAppExitInfoTest