Searched refs:packageToManipulate (Results 1 – 1 of 1) sorted by relevance
1368 String packageToManipulate = CTS_SHIM_PACKAGE_NAME; in testSetSystemAppHiddenUntilInstalled() local1370 mPackageManager.getPackageInfo(packageToManipulate, MATCH_SYSTEM_ONLY); in testSetSystemAppHiddenUntilInstalled()1372 Log.i(TAG, "Device doesn't have " + packageToManipulate + " installed, skipping"); in testSetSystemAppHiddenUntilInstalled()1378 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1381 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1393 mPackageManager.getPackageInfo(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1403 fail(packageToManipulate + " should not be found via getPackageInfo."); in testSetSystemAppHiddenUntilInstalled()1407 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1410 mPackageManager.setSystemAppState(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()1413 mPackageManager.getPackageInfo(packageToManipulate, in testSetSystemAppHiddenUntilInstalled()[all …]