Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java159 private static final int MINIMUM_SUPPORTED_VERSION = 700; field in ContactsDatabaseHelper
1005 super(context, databaseName, null, DATABASE_VERSION, MINIMUM_SUPPORTED_VERSION, null); in ContactsDatabaseHelper()