Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/data/repository/
DPackageChangeRepository.kt34 val packageInstallSessionsForPrimaryUser: Flow<List<PackageInstallSession>> constant
DPackageChangeRepositoryImpl.kt43 override val packageInstallSessionsForPrimaryUser: Flow<List<PackageInstallSession>> = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/common/data/repository/
DFakePackageChangeRepository.kt40 override val packageInstallSessionsForPrimaryUser: Flow<List<PackageInstallSession>> = constant in com.android.systemui.common.data.repository.FakePackageChangeRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt134 packageChangeRepository.packageInstallSessionsForPrimaryUser.map { sessions -> in widgetEntries()