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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java285 new String[]{IconDB.COLUMN_ROWID, IconDB.COLUMN_COMPONENT,
294 final int rowIndex = c.getColumnIndex(IconDB.COLUMN_ROWID);
337 Utilities.createDbSelectionQuery(IconDB.COLUMN_ROWID, itemsToRemove), null);
802 private final static String COLUMN_ROWID = "rowid"; field in class:IconCache.IconDB

Completed in 100 milliseconds