Searched refs:launcherPidCommand (Results 1 – 1 of 1) sorted by relevance
291 final String launcherPidCommand = "pidof " + pi.packageName; in LauncherInstrumentation() local292 final String initialPid = mDevice.executeShellCommand(launcherPidCommand); in LauncherInstrumentation()299 final String currentPid = mDevice.executeShellCommand(launcherPidCommand) in LauncherInstrumentation()