Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/model/app/
DAppListRepositoryTest.kt75 listOf(resolveInfoOf(packageName = IN_LAUNCHER_APP.packageName)) in <lambda>()
367 assertThat(showSystemPredicate(IN_LAUNCHER_APP)).isTrue() in showSystemPredicate_appInLauncher()
379 IN_LAUNCHER_APP, in <lambda>()
401 IN_LAUNCHER_APP, in <lambda>()
409 .containsExactly(NORMAL_APP, UPDATED_SYSTEM_APP, HOME_APP, IN_LAUNCHER_APP) in <lambda>()
448 val IN_LAUNCHER_APP = ApplicationInfo().apply { in getShowSystemPredicate() constant