Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandInstallTest.java740 removeSplitsBatch(sessionId, new String[]{"config.hdpi"}); in testSplitsBatchRemove()
746 removeSplitsBatch(sessionId, new String[]{"config.xxxhdpi", "config.xhdpi"}); in testSplitsBatchRemove()
2717 private void removeSplitsBatch(String sessionId, String[] splitNames) throws IOException { in removeSplitsBatch() method in PackageManagerShellCommandInstallTest