Searched refs:ACTION_KILL (Results 1 – 1 of 1) sorted by relevance
86 private static final int ACTION_KILL = 2; field in ServiceRestarterTest89 private static final int ACTION_ALL = ACTION_START | ACTION_KILL | ACTION_WAIT | ACTION_STOPPKG;177 final long[] ts1 = startKillAndRestart(am, ACTION_START | ACTION_KILL | ACTION_WAIT, in testDisableServiceRestartBackoff()186 final long[] ts2 = startKillAndRestart(am, ACTION_KILL | ACTION_WAIT | ACTION_STOPPKG, in testDisableServiceRestartBackoff()274 final long now4 = startKillAndRestart(am, ACTION_START | ACTION_KILL, uid1Listener1, in testExtraDelaysInServiceRestartOnLowMem()322 if ((action & ACTION_KILL) != 0) { in startKillAndRestart()