Searched refs:setVolumeUuid (Results 1 – 11 of 11) 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())
126 .setVolumeUuid(volumeUuid).setUid(uid).setQuota(quota).build(); in buildCacheQuotaHint()
127 public PackageSettingBuilder setVolumeUuid(String volumeUuid) { in setVolumeUuid() method in PackageSettingBuilder
282 .setVolumeUuid("someUuid") in volumeUuidChangesOnUpdate()
193 .setVolumeUuid(appInfo.volumeUuid) in getUnfulfilledRequests()397 .setVolumeUuid(uuid).setUid(uid).setQuota(bytes).build(); in getRequestFromXml()
191 public void setVolumeUuid(String volumeUuid) { in setVolumeUuid() method in PackageSettingBase
18375 resolvedPkg.setVolumeUuid(deletedPs.volumeUuid);
1390 pkg.setVolumeUuid(volumeUuid); in parseBaseApk()6812 public void setVolumeUuid(String volumeUuid) { in setVolumeUuid() method in Package
1218 method @NonNull public android.app.usage.CacheQuotaHint.Builder setVolumeUuid(@Nullable String);
15614 Landroid/content/pm/PackageParser$Package;->setVolumeUuid(Ljava/lang/String;)V