Searched refs:typesArray (Results 1 – 3 of 3) sorted by relevance
53 ArrayList<Integer> typesArray = Lists.newArrayList(); in CachedPathIteratorFactory() local60 typesArray.add(type); in CachedPathIteratorFactory()67 mTypes = new int[typesArray.size()]; in CachedPathIteratorFactory()69 for (int i = 0; i < typesArray.size(); i++) { in CachedPathIteratorFactory()70 mTypes[i] = typesArray.get(i); in CachedPathIteratorFactory()
1175 auto typesArray = env->NewIntArray(types.size()); in nativeGetHdrCapabilities() local1176 env->SetIntArrayRegion(typesArray, 0, intTypes.size(), intTypes.data()); in nativeGetHdrCapabilities()1179 typesArray, capabilities.getDesiredMaxLuminance(), in nativeGetHdrCapabilities()
5713 String[] typesArray = dpm.getAccountTypesWithManagementDisabledAsUser(userId);5714 if (typesArray == null) {5717 for (String forbiddenType : typesArray) {