Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java87 testRestartStartedService(Service.START_STICKY, true /* shouldRestart */); in testRestart_stickyStartedService_restarted()
92 testRestartStartedService(Service.START_FLAG_REDELIVERY, true /* shouldRestart */); in testRestart_redeliveryStartedService_restarted()
97 testRestartStartedService(Service.START_NOT_STICKY, false /* shouldRestart */); in testRestart_notStickyStartedService_notRestarted()
100 private void testRestartStartedService(int startFlag, boolean shouldRestart) { in testRestartStartedService() method in ServiceTest