Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java524 private static final int RELEASE_VERSION = 27; field in BaseIconCache.IconDB
544 super(context, dbFileName, (RELEASE_VERSION << 16) + iconPixelSize, TABLE_NAME); in IconDB()