Home
last modified time | relevance | path

Searched refs:projectionList (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
DContentProviderOperation.java340 final ArrayList<String> projectionList = new ArrayList<String>(); in applyInternal() local
342 projectionList.add(entry.getKey()); in applyInternal()
344 projection = projectionList.toArray(new String[projectionList.size()]); in applyInternal()