Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java104 final int restartedServicePid = waitForServiceStarted( in testRestartStartedService() local
106 assertThat(restartedServicePid, shouldRestart ? not(NOT_STARTED) : is(NOT_STARTED)); in testRestartStartedService()
141 final int restartedServicePid = mCurrentConnection.takePid(); in testRestart_boundNotStickyStartedService_restarted() local
142 assertThat(restartedServicePid, not(NOT_STARTED)); in testRestart_boundNotStickyStartedService_restarted()