Searched defs:ResourceInfo (Results 1 – 2 of 2) sorted by relevance
154 struct ResourceInfo { struct155 pid_t pid;156 uid_t uid;157 int64_t clientId;158 std::string name;159 std::shared_ptr<::aidl::android::media::IResourceManagerClient> client;160 std::shared_ptr<DeathNotifier> deathNotifier = nullptr;161 ResourceList resources;163 uint32_t importance = 0;
134 public static final class ResourceInfo { class in IconsUriHelper139 private ResourceInfo(String packageName, int id) { in ResourceInfo() method in IconsUriHelper.ResourceInfo