Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageProvider.java151 private static final int TTL_POINTS_VERSION = 4; field in BugStorageProvider.DatabaseHelper
152 private static final int DATABASE_VERSION = TTL_POINTS_VERSION;
191 if (oldVersion < TTL_POINTS_VERSION) { in onUpgrade()