[go: nahoru, domu]

Searched refs:typesArray (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java53 ArrayList<Integer> typesArray = Lists.newArrayList();
60 typesArray.add(type);
67 mTypes = new int[typesArray.size()];
69 for (int i = 0; i < typesArray.size(); i++) {
70 mTypes[i] = typesArray.get(i);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp637 auto typesArray = env->NewIntArray(types.size()); local
638 env->SetIntArrayRegion(typesArray, 0, types.size(), types.data());
641 typesArray, capabilities.getDesiredMaxLuminance(),
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java5191 String[] typesArray = dpm.getAccountTypesWithManagementDisabledAsUser(userId);
5192 if (typesArray == null) {
5195 for (String forbiddenType : typesArray) {

Completed in 126 milliseconds