Searched refs:getLastInsertRowId (Results 1 – 6 of 6) sorted by relevance
194 assertEquals(i + 1, mDatabase.getLastInsertRowId()); in testAutomaticCounters()219 assertEquals(size + i + 1, mDatabase.getLastInsertRowId()); in testAutomaticCounters()
991 long getLastInsertRowId() { in getLastInsertRowId() method in SQLiteSession993 return mConnection.getLastInsertRowId(); in getLastInsertRowId()
2253 public long getLastInsertRowId() { in getLastInsertRowId() method in SQLiteDatabase2254 return getThreadSession().getLastInsertRowId(); in getLastInsertRowId()
1876 long getLastInsertRowId() { in getLastInsertRowId() method in SQLiteConnection
1356 UnflaggedApi: android.database.sqlite.SQLiteDatabase#getLastInsertRowId():1357 …ust be flagged with @FlaggedApi: method android.database.sqlite.SQLiteDatabase.getLastInsertRowId()
14758 method @FlaggedApi("android.database.sqlite.sqlite_apis_35") public long getLastInsertRowId();