Searched refs:mComponentType (Results 1 – 2 of 2) sorted by relevance
74 private @ComponentType int mComponentType; field in ResourceOveruseConfiguration173 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.Builder386 mComponentType = componentType; in Builder()416 mComponentType = value; in setComponentType()[all …]
72 private final int mComponentType; field in MediaButtonReceiverHolder142 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()