Searched refs:currentPid (Results 1 – 1 of 1) sorted by relevance
299 final String currentPid = mDevice.executeShellCommand(launcherPidCommand) in LauncherInstrumentation() local301 if (!currentPid.isEmpty() && !currentPid.equals(initialPid)) break; in LauncherInstrumentation()