Searched defs:rowId (Results 1 – 9 of 9) sorted by relevance
29 const rowId = entryIndexToRowIdMap[entryIndex]; constant70 const rowId = entryIndexToRowIdMap[entryIndex]; constant108 const rowId = entryIndexToRowIdMap[entryIndex]; constant109 const vsyncId = vsyncIdOrderedByRow[rowId - minRowId]; constant
133 const rowId = Number(it.get('id') as bigint); constant
139 String rowId = uri.getLastPathSegment(); in getWord() local155 String rowId = uri.getLastPathSegment(); in refreshShortcut() local
89 public Cursor getWord(String rowId, String[] columns) { in getWord()
156 const rowId = Number(it.get('id') as bigint); constant
184 long rowId = -1; in insert() local
278 public void onItemClick(AdapterView<?> adapterView, View view, int viewId, long rowId) { in onItemClick()
514 long rowId = db.insert( in insert() local
289 long rowId = db.insert(MainTable.TABLE_NAME, null, values); in insert() local