Searched refs:getUserCrates (Results 1 – 5 of 5) sorted by relevance
51 android.os.storage.CrateMetadata[] getUserCrates( in getUserCrates() method
572 public CrateMetadata[] getUserCrates(String uuid, @UserIdInt int userId) in getUserCrates() method in Installer576 return mInstalld.getUserCrates(uuid, userId); in getUserCrates()
123 binder::Status getUserCrates(
3132 binder::Status InstalldNativeService::getUserCrates( in getUserCrates() function in android::installd::InstalldNativeService
882 CrateMetadata[] crateMetadatas = mInstaller.getUserCrates(volumeUuid, userId); in queryCratesForUser()