Home
last modified time | relevance | path

Searched defs:systemApps (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DUtilsTest.java111 final List<ApplicationInfo> systemApps = in testGetCurrentSystemApps() local
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java4027 private static int[] buildAppIdArray(ArrayMap<String, Integer> systemApps, in buildAppIdArray()