Searched refs:componentList (Results 1 – 3 of 3) sorted by relevance
258 Set<ComponentName> componentList = newCachedWakeSignalConfigs.get(s); in parseAndCache() local259 if (componentList == null) { in parseAndCache()260 componentList = new HashSet<>(); in parseAndCache()261 newCachedWakeSignalConfigs.put(s, componentList); in parseAndCache()263 componentList.add(componentName); in parseAndCache()
140 String[] componentList = in entirePackageChanged() local142 return Arrays.asList(componentList).contains( in entirePackageChanged()
2316 ArrayList<ComponentName> componentList = new ArrayList<>(); in testSetAssistantAccess_nullWithAllowedAssistant() local2318 componentList.add(c); in testSetAssistantAccess_nullWithAllowedAssistant()2319 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccess_nullWithAllowedAssistant()2343 ArrayList<ComponentName> componentList = new ArrayList<>(); in testSetAssistantAccessForUser_nullWithAllowedAssistant() local2345 componentList.add(c); in testSetAssistantAccessForUser_nullWithAllowedAssistant()2346 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccessForUser_nullWithAllowedAssistant()2372 ArrayList<ComponentName> componentList = new ArrayList<>(); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant() local2374 componentList.add(c); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant()2375 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant()