Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java508 private final static int RELEASE_VERSION = 26; field in BaseIconCache.IconDB
527 super(context, dbFileName, (RELEASE_VERSION << 16) + iconPixelSize, TABLE_NAME); in IconDB()