Searched refs:mSourcePreferredComponents (Results 1 – 1 of 1) sorted by relevance
83 private ArrayList<ComponentName> mSourcePreferredComponents; field in CarOccupantZoneService419 if (mSourcePreferredComponents != null) { in dump()420 for (int i = 0; i < mSourcePreferredComponents.size(); ++i) { in dump()422 writer.append(mSourcePreferredComponents.get(i).toString()); in dump()755 mSourcePreferredComponents = componentNames; in updateSourcePreferredComponents()