Searched refs:LIST_PACKAGES_CMD (Results 1 – 2 of 2) sorted by relevance
2499 injectShellResponse(TestDevice.LIST_PACKAGES_CMD, output); in testGetInstalledPackageNames()2505 verifyShellResponse(TestDevice.LIST_PACKAGES_CMD); in testGetInstalledPackageNames()2515 injectShellResponse(TestDevice.LIST_PACKAGES_CMD + " | grep com.android.wallpaper", output); in testIsPackageInstalled()2518 verifyShellResponse(TestDevice.LIST_PACKAGES_CMD + " | grep com.android.wallpaper"); in testIsPackageInstalled()2529 TestDevice.LIST_PACKAGES_CMD + " --user 1 | grep com.android.wallpaper", output); in testIsPackageInstalled_withUser()2533 TestDevice.LIST_PACKAGES_CMD + " --user 1 | grep com.android.wallpaper"); in testIsPackageInstalled_withUser()2544 injectShellResponse(TestDevice.LIST_PACKAGES_CMD, output); in testGetInstalledPackageNamesForBadOutput()
127 static final String LIST_PACKAGES_CMD = "pm list packages -f"; field in TestDevice1337 String command = LIST_PACKAGES_CMD; in getInstalledPackageNames()