Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DQuickstepPressureRule.java34 public QuickstepPressureRule(String... packages) { in QuickstepPressureRule() argument
35 if (packages.length == 0) { in QuickstepPressureRule()
38 mPackages = packages; in QuickstepPressureRule()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDex2oatPressureRuleTest.java109 List<String> packages = in testInvokesCompilationCyclically() local
111 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testInvokesCompilationCyclically()
113 stubInstalledPackages(packages); in testInvokesCompilationCyclically()
121 .isEqualTo(packages.get(i % packages.size())); in testInvokesCompilationCyclically()
127 List<String> packages = in testSchedulesCompilationUntilTestEnds() local
129 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testSchedulesCompilationUntilTestEnds()
131 stubInstalledPackages(packages); in testSchedulesCompilationUntilTestEnds()
154 List<String> packages = Arrays.asList("success.100.pkg1", "success.200.pkg2"); in testNoAdditionalCompilationIsTriggeredAfterTestFinishes() local
155 stubInstrumentationArgs(Dex2oatPressureRule.PACKAGES_OPTION, String.join(",", packages), in testNoAdditionalCompilationIsTriggeredAfterTestFinishes()
157 stubInstalledPackages(packages); in testNoAdditionalCompilationIsTriggeredAfterTestFinishes()
[all …]
/platform_testing/libraries/system-helpers/
DOWNERS2 include platform/frameworks/base:/packages/SystemUI/OWNERS
/platform_testing/libraries/app-helpers/
DOWNERS3 include platform/frameworks/base:/packages/SystemUI/OWNERS
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java101 List<PackageInfo> packages = pm.getInstalledPackages(0); in populateManyRecentApps() local
103 for (PackageInfo pkg : packages) { in populateManyRecentApps()
138 public void forceStopPackages(ArrayList<String> packages) { in forceStopPackages() argument
139 for (String pkg : packages) { in forceStopPackages()
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java262 public void addTrackedPackages(String... packages) { in addTrackedPackages() argument
263 Collections.addAll(mTrackedPackages, packages); in addTrackedPackages()