Home
last modified time | relevance | path

Searched defs:packageInstallSessionsForPrimaryUser (Results 1 – 3 of 3) 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