Searched refs:DEVICE_APP_PATH (Results 1 – 1 of 1) sorted by relevance
58 private static final String DEVICE_APP_PATH = "/data/app/"; field in PackageManagerHostTestUtils108 return DEVICE_APP_PATH; in getDeviceAppPath()330 return doesRemoteFileExistContainingString(DEVICE_APP_PATH, packageName); in doesAppExistOnDevice()834 executeShellCommand(String.format("rm %s*", DEVICE_APP_PATH, "*")); in wipeNonSystemApps()