Home
last modified time | relevance | path

Searched refs:removeSplits (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandInstallTest.java720 removeSplits(sessionId, new String[]{"config.hdpi"}); in testSplitsRemove()
726 removeSplits(sessionId, new String[]{"config.xxxhdpi", "config.xhdpi"}); in testSplitsRemove()
2710 private void removeSplits(String sessionId, String[] splitNames) throws IOException { in removeSplits() method in PackageManagerShellCommandInstallTest