Searched refs:componentList (Results 1 – 3 of 3) sorted by relevance
257 Set<ComponentName> componentList = newCachedWakeSignalConfigs.get(s); in parseAndCache() local258 if (componentList == null) { in parseAndCache()259 componentList = new HashSet<>(); in parseAndCache()260 newCachedWakeSignalConfigs.put(s, componentList); in parseAndCache()262 componentList.add(componentName); in parseAndCache()
140 String[] componentList = in entirePackageChanged() local142 return Arrays.asList(componentList).contains( in entirePackageChanged()
2238 ArrayList<ComponentName> componentList = new ArrayList<>(); in testSetAssistantAccess_nullWithAllowedAssistant() local2240 componentList.add(c); in testSetAssistantAccess_nullWithAllowedAssistant()2241 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccess_nullWithAllowedAssistant()2265 ArrayList<ComponentName> componentList = new ArrayList<>(); in testSetAssistantAccessForUser_nullWithAllowedAssistant() local2267 componentList.add(c); in testSetAssistantAccessForUser_nullWithAllowedAssistant()2268 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccessForUser_nullWithAllowedAssistant()2294 ArrayList<ComponentName> componentList = new ArrayList<>(); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant() local2296 componentList.add(c); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant()2297 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant()