Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentProviderOperation.java319 final ArrayList<String> projectionList = new ArrayList<String>(); in apply() local
321 projectionList.add(entry.getKey()); in apply()
323 projection = projectionList.toArray(new String[projectionList.size()]); in apply()