Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java266 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() argument
267 if (columnName.equals("_id")) { in getColumnIndexOrThrow()
270 return super.getColumnIndex(columnName); in getColumnIndexOrThrow()