Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DTestCommandProvider.java27 import static com.android.launcher3.testcomponent.TestCommandReceiver.KILL_PROCESS;
95 case KILL_PROCESS: { in call()
DTestCommandReceiver.java31 public static final String KILL_PROCESS = "kill-process"; field in TestCommandReceiver