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

/frameworks/base/core/java/android/content/
H A DContentQueryMap.java120 * Access the ContentValues for the row specified by rowName
121 * @param rowName which row to read
124 public synchronized ContentValues getValues(String rowName) { argument
126 return mValues.get(rowName);

Completed in 1145 milliseconds