Searched refs:showSystemPredicate (Results 1 – 4 of 4) sorted by relevance
333 val showSystemPredicate = getShowSystemPredicate(showSystem = true) in <lambda>() constant335 assertThat(showSystemPredicate(app)).isTrue() in <lambda>()342 val showSystemPredicate = getShowSystemPredicate(showSystem = false) in <lambda>() constant344 assertThat(showSystemPredicate(app)).isFalse() in <lambda>()351 val showSystemPredicate = getShowSystemPredicate(showSystem = false) in <lambda>() constant353 assertThat(showSystemPredicate(app)).isTrue() in <lambda>()358 val showSystemPredicate = getShowSystemPredicate(showSystem = false) in <lambda>() constant360 assertThat(showSystemPredicate(HOME_APP)).isTrue() in <lambda>()365 val showSystemPredicate = getShowSystemPredicate(showSystem = false) in showSystemPredicate_appInLauncher() constant367 assertThat(showSystemPredicate(IN_LAUNCHER_APP)).isTrue() in showSystemPredicate_appInLauncher()[all …]
92 override fun showSystemPredicate( in loadApps() method
51 fun showSystemPredicate( in <lambda>() method156 override fun showSystemPredicate( in getSystemPackageNames() method in com.android.settingslib.spaprivileged.model.app.AppListRepositoryImpl160 userIdFlow.combine(showSystemFlow, ::showSystemPredicate) in getSystemPackageNames()174 private suspend fun showSystemPredicate( in getSystemPackageNames() method in com.android.settingslib.spaprivileged.model.app.AppListRepositoryImpl
102 appListRepository.showSystemPredicate(userIdFlow, showSystem.flow)