Searched refs:packageToManipulate (Results 1 – 1 of 1) sorted by relevance
977 String packageToManipulate = "com.android.cts.ctsshim"; in testSetSystemAppHiddenUntilInstalled() local979 mPackageManager.getPackageInfo(packageToManipulate, MATCH_SYSTEM_ONLY); in testSetSystemAppHiddenUntilInstalled()981 Log.i(TAG, "Device doesn't have " + packageToManipulate + " installed, skipping"); in testSetSystemAppHiddenUntilInstalled()987 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()990 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1002 mPackageManager.getPackageInfo(packageToManipulate, MATCH_SYSTEM_ONLY); in testSetSystemAppHiddenUntilInstalled()1011 fail(packageToManipulate + " should not be found via getPackageInfo."); in testSetSystemAppHiddenUntilInstalled()1015 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1018 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1021 mPackageManager.getPackageInfo(packageToManipulate, MATCH_SYSTEM_ONLY); in testSetSystemAppHiddenUntilInstalled()[all …]