Searched refs:ACTION_START (Results 1 – 3 of 3) sorted by relevance
75 ACTION_START -> { in getTag()144 Intent(context, IssueRecordingService::class.java).setAction(ACTION_START) in getStopIntent()
85 private static final int ACTION_START = 1; 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()274 final long now4 = startKillAndRestart(am, ACTION_START | ACTION_KILL, uid1Listener1, in testExtraDelaysInServiceRestartOnLowMem()316 if ((action & ACTION_START) != 0) { in startKillAndRestart()
73 protected static final String ACTION_START = "com.android.systemui.screenrecord.START"; field in RecordingService126 .setAction(ACTION_START) in getStartIntent()152 case ACTION_START: in onStartCommand()