Searched refs:setVolumeUuid (Results 1 – 16 of 16) sorted by relevance
110 setVolumeUuid(hint.getVolumeUuid()); in Builder()116 public @NonNull Builder setVolumeUuid(@Nullable String uuid) { in setVolumeUuid() method in CacheQuotaHint.Builder148 return builder.setVolumeUuid(in.readString())
122 public PackageSettingBuilder setVolumeUuid(String volumeUuid) { in setVolumeUuid() method in PackageSettingBuilder173 .setVolumeUuid(this.mVolumeUuid); in build()
128 .setVolumeUuid(volumeUuid).setUid(uid).setQuota(quota).build(); in buildCacheQuotaHint()
354 .setVolumeUuid("someUuid") in volumeUuidChangesOnUpdate()358 .setVolumeUuid(UUID_TWO.toString()) in volumeUuidChangesOnUpdate()380 .setVolumeUuid(UUID_ONE.toString()) in scanFirstBoot_apexDontDeriveAbis()599 .setVolumeUuid(UUID_ONE.toString())
1204 .setVolumeUuid("d52ef59a-7def-4541-bf21-4c28ed4b65a0") in setKnownFields()
192 .setVolumeUuid(appInfo.volumeUuid) in getUnfulfilledRequests()390 .setVolumeUuid(uuid).setUid(uid).setQuota(bytes).build(); in getRequestFromXml()
373 ParsingPackage setVolumeUuid(@Nullable String volumeUuid); in setVolumeUuid() method
544 pkg.setVolumeUuid(volumeUuid); in parsePackageFromPackageLite()634 pkg.setVolumeUuid(volumeUuid);
479 pkgSetting.setVolumeUuid(volumeUuid); in scanPackageOnlyLI()
506 public PackageSetting setVolumeUuid(String volumeUuid) {
4254 .setVolumeUuid(volumeUuid)
445 .setVolumeUuid(volumeUuid) in buildFakeForDeletion()2554 public PackageImpl setVolumeUuid(@Nullable String volumeUuid) {
1243 pkg.setVolumeUuid(volumeUuid); in parseBaseApk()7108 public void setVolumeUuid(String volumeUuid) { in setVolumeUuid() method in PackageParser.Package
3177 method @NonNull public android.app.usage.CacheQuotaHint.Builder setVolumeUuid(@Nullable String);
19112 HSPLcom/android/server/pm/PackageSetting;->setVolumeUuid(Ljava/lang/String;)Lcom/android/server/pm/…
12727 Landroid/content/pm/PackageParser$Package;->setVolumeUuid(Ljava/lang/String;)V