Home
last modified time | relevance | path

Searched refs:mComponentType (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DResourceOveruseConfiguration.java80 private @ComponentType int mComponentType; field in ResourceOveruseConfiguration
180 this.mComponentType = componentType; in ResourceOveruseConfiguration()
182 if (!(mComponentType == COMPONENT_TYPE_SYSTEM) in ResourceOveruseConfiguration()
183 && !(mComponentType == COMPONENT_TYPE_VENDOR) in ResourceOveruseConfiguration()
184 && !(mComponentType == COMPONENT_TYPE_THIRD_PARTY)) { in ResourceOveruseConfiguration()
186 "componentType was " + mComponentType + " but must be one of: " in ResourceOveruseConfiguration()
211 return mComponentType; in getComponentType()
274 "componentType = " + componentTypeToString(mComponentType) + ", " + in toString()
291 dest.writeInt(mComponentType); in writeToParcel()
320 this.mComponentType = componentType; in ResourceOveruseConfiguration()
[all …]