Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DUtilsTest.java104 final List<ApplicationInfo> systemAppsWithHiddenUntilInstalled = Arrays.asList( in testGetCurrentSystemApps() local
112 systemAppsWithHiddenUntilInstalled.stream() in testGetCurrentSystemApps()
120 .thenReturn(new ParceledListSlice<>(systemAppsWithHiddenUntilInstalled)); in testGetCurrentSystemApps()