Searched refs:servicePid (Results 1 – 2 of 2) sorted by relevance
216 int servicePid = 0; in testKillProcess() local218 servicePid = mSecondaryService.getPid(); in testKillProcess()226 assertTrue(servicePid != Process.myPid()); in testKillProcess()228 Process.killProcess(servicePid); in testKillProcess()250 int servicePid = 0; in testSendSignal() local252 servicePid = mSecondaryService.getPid(); in testSendSignal()257 assertTrue(servicePid != 0); in testSendSignal()258 assertTrue(Process.myPid() != servicePid); in testSendSignal()259 Process.sendSignal(servicePid, Process.SIGNAL_KILL); in testSendSignal()
112 int servicePid = mSecondaryService.getPid(); in testRemoteCallbackList() local127 android.os.Process.killProcess(servicePid); in testRemoteCallbackList()