Searched defs:components (Results 1 – 8 of 8) sorted by relevance
96 List<CharSequence> components = new ArrayList<>(); in buildSecondaryTextForEntries() local144 List<CharSequence> components = new ArrayList<>(); in buildSecondaryTextForBottomSheet() local208 private static CharSequence joinSecondaryTextComponents(List<CharSequence> components) { in joinSecondaryTextComponents()
140 void dump(ArrayList<ComponentInfo> components) { in dump()156 ArrayList<ComponentInfo> components = new ArrayList<ComponentInfo>(); in generateComponentsList() local179 ArrayList<ComponentInfo> components) throws XmlPullParserException, IOException { in parseComponentInfo()190 parser, info, components); in parseComponentInfo() local199 ResolveInfo resolveInfo, ArrayList<ComponentInfo> components) in parseTechLists()
76 JSONArray components = topResult.optJSONArray(JSON_KEY_ADDRESS_COMPONENTS); in doInBackground() local
75 const int components = (static_cast<int>(format) & 0xff); in setup() local
71 const int components = (static_cast<int>(format) & 0xff); in setup() local
151 List<ComponentName> components = new ArrayList<>(); in testUpdateState_disabledByAdmin_disableSecure() local173 List<ComponentName> components = new ArrayList<>(); in testUpdateState_disabledByAdmin_disableUnredacted() local
296 final char[] components = new char[] {'P', 'C', 'B', 'U'}; in getDiagnosticTroubleCode() local
618 public final IgnitionMonitor components; field in CarDiagnosticEvent.CommonIgnitionMonitors