Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DServiceRestarterTest.java85 private static final int ACTION_START = 1; field in ServiceRestarterTest
89 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java74 private static final String ACTION_START = "com.android.systemui.screenrecord.START"; field in RecordingService
124 .setAction(ACTION_START) in getStartIntent()
149 case ACTION_START: in onStartCommand()