Searched refs:testRestartStartedService (Results 1 – 1 of 1) sorted by relevance
87 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