Searched refs:servicePid (Results 1 – 2 of 2) sorted by relevance
159 int servicePid = 0; in testKillProcess() local161 servicePid = mSecondaryService.getPid(); in testKillProcess()169 assertTrue(servicePid != Process.myPid()); in testKillProcess()171 Process.killProcess(servicePid); in testKillProcess()191 int servicePid = 0; in testSendSignal() local193 servicePid = mSecondaryService.getPid(); in testSendSignal()198 assertTrue(servicePid != 0); in testSendSignal()199 assertTrue(Process.myPid() != servicePid); in testSendSignal()200 Process.sendSignal(servicePid, Process.SIGNAL_KILL); in testSendSignal()
110 int servicePid = mSecondaryService.getPid(); in testRemoteCallbackList() local125 android.os.Process.killProcess(servicePid); in testRemoteCallbackList()