Searched refs:systemApps (Results 1 – 2 of 2) sorted by relevance
131 val systemApps = getUnusedSystemApps(AllPackageInfosLiveData.value!!, unusedApps) in <lambda>() constant160 systemApps.contains(userPackage), in <lambda>()
112 final List<ApplicationInfo> systemApps = in testGetCurrentSystemApps() local118 .thenReturn(new ParceledListSlice<>(systemApps)); in testGetCurrentSystemApps()