Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
DUnusedAppsViewModel.kt131 val systemApps = getUnusedSystemApps(AllPackageInfosLiveData.value!!, unusedApps) in <lambda>() constant
160 systemApps.contains(userPackage), in <lambda>()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DUtilsTest.java112 final List<ApplicationInfo> systemApps = in testGetCurrentSystemApps() local
118 .thenReturn(new ParceledListSlice<>(systemApps)); in testGetCurrentSystemApps()