Searched refs:mResourceType (Results 1 – 3 of 3) sorted by relevance
97 private final ResourceType mResourceType; field in PartnerConfig100 return mResourceType; in getResourceType()109 this.mResourceType = type; in PartnerConfig()
151 , mResourceType(resType) in AaptFile()179 const String8& getResourceType() const { return mResourceType; } in getResourceType()196 String8 mResourceType; variable
1967 private final int mResourceType; field in RemoteViews.ResourceReflectionAction1973 this.mResourceType = resourceType; in ResourceReflectionAction()1979 this.mResourceType = in.readInt(); in ResourceReflectionAction()1986 dest.writeInt(this.mResourceType); in writeToParcel()1997 switch (this.mResourceType) { in getParameterValue()2054 private final int mResourceType; field in RemoteViews.AttributeReflectionAction2060 this.mResourceType = resourceType; in AttributeReflectionAction()2066 this.mResourceType = in.readInt(); in AttributeReflectionAction()2073 dest.writeInt(this.mResourceType); in writeToParcel()2086 switch (this.mResourceType) { in getParameterValue()[all …]