Searched refs:mAttributeSources (Results 1 – 2 of 2) sorted by relevance
72 private List<String> mAttributeSources; field in ViewElementDescriptor221 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList(); in getAttributeSources()233 mAttributeSources = attributeSources; in setAttributeSources()
71 private List<String> mAttributeSources; field in TestNode235 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList(); in getAttributeSources()239 mAttributeSources = attributeSources; in setAttributeSources()