Searched refs:installedOnUsers (Results 1 – 6 of 6) sorted by relevance
143 assertThat(pkg.installedOnUsers()).isEmpty(); in uninstallForAllUsers_isUninstalledForAllUsers()158 assertThat(sTestApp.pkg().installedOnUsers()).containsExactly( in uninstall_packageIsInstalledForDifferentUser_isUninstalledForUser()325 assertThat(pkg.installedOnUsers()).contains(sUser); in installedOnUsers_includesUserWithPackageInstalled()357 assertThat(pkg.installedOnUsers()).doesNotContain(sDeviceState.secondaryUser()); in installedOnUsers_doesNotIncludeUserWithoutPackageInstalled()
76 public Set<UserReference> installedOnUsers() { in installedOnUsers() method in AdbPackage
209 for (UserReference user : installedOnUsers()) { in uninstallFromAllUsers()642 if (!pkg.installedOnUsers().contains(user)) { in packageInfoForUserPreS()725 public Set<UserReference> installedOnUsers() { in installedOnUsers() method in Package
212 .filter(p -> p.installedOnUsers().contains(user)) in installedForUser()
424 assertThat(TestApis.packages().find(GMS_CORE_PACKAGE).installedOnUsers()).isNotEmpty(); in requirePackageInstalledAnnotation_anyUser_packageIsInstalled()437 assertThat(TestApis.packages().find(GMS_CORE_PACKAGE).installedOnUsers()).isEmpty(); in requirePackageNotInstalledAnnotation_anyUser_packageIsNotInstalled()452 assertThat(TestApis.packages().find(GMS_CORE_PACKAGE).installedOnUsers()).isEmpty(); in ensurePackageNotInstalledAnnotation_anyUser_packageIsNotInstalled()
1961 !pkg.installedOnUsers().isEmpty(),1978 pkg.installedOnUsers().isEmpty(),