Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DResourceOveruseConfiguration.java74 private @ComponentType int mComponentType; field in ResourceOveruseConfiguration
173 this.mComponentType = componentType; in ResourceOveruseConfiguration()
175 if (!(mComponentType == COMPONENT_TYPE_SYSTEM) in ResourceOveruseConfiguration()
204 return mComponentType; in getComponentType()
275 dest.writeInt(mComponentType); in writeToParcel()
303 this.mComponentType = componentType; in ResourceOveruseConfiguration()
305 if (!(mComponentType == COMPONENT_TYPE_SYSTEM) in ResourceOveruseConfiguration()
350 private @ComponentType int mComponentType; field in ResourceOveruseConfiguration.Builder
386 mComponentType = componentType; in Builder()
416 mComponentType = value; in setComponentType()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java72 private final int mComponentType; field in MediaButtonReceiverHolder
142 mComponentType = componentType; in MediaButtonReceiverHolder()
150 mComponentType = COMPONENT_TYPE_INVALID; in MediaButtonReceiverHolder()
215 + mComponentName + ", type=" + mComponentType); in send()
220 switch (mComponentType) { in send()
235 + mComponentName + ", type=" + mComponentType, e); in send()
250 return "MBR {pi=" + mPendingIntent + ", type=" + mComponentType + "}"; in toString()
252 return "Restored MBR {component=" + mComponentName + ", type=" + mComponentType + "}"; in toString()
266 String.valueOf(mComponentType)); in flattenToString()