Searched refs:getComponentType (Results 1 – 8 of 8) sorted by relevance
69 return actual.getComponentType() == expected.getComponentType() in isEquals()
178 return getComponentType(packageName, info); in getPackageComponentType()186 public int getComponentType(String packageName, ApplicationInfo info) { in getComponentType() method in PackageInfoHandler
418 mPackageInfoHandler.getComponentType(packageInfo.packageName, in getPackageKillableStatesForUserId()450 int componentType = config.getComponentType(); in setResourceOveruseConfigurations()462 seenComponentTypes.add(config.getComponentType()); in setResourceOveruseConfigurations()943 internalConfig.componentType = config.getComponentType(); in toInternalResourceOveruseConfiguration()969 toResourceSpecificConfiguration(config.getComponentType(), in toInternalResourceOveruseConfiguration()
194 public @ComponentType int getComponentType() { in getComponentType() method in ResourceOveruseConfiguration
355 return class1 == class2 || class1.getComponentType() == class2; in classMatched()
2168 if (configuration.getComponentType()2196 return new ResourceOveruseConfiguration.Builder(configuration.getComponentType(),
1312 T[] finalArray = (T[]) (Array.newInstance(arrays[0].getClass().getComponentType(), in combine()
1497 method public int getComponentType();