Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/database/
DMoreDatabaseUtilTest.java49 String actual = MoreDatabaseUtils.buildDropIndexSql("testtable", "testfield").toLowerCase(); in testDropIndex()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DMoreDatabaseUtils.java49 public static String buildDropIndexSql(String table, String field) { in buildDropIndexSql() method in MoreDatabaseUtils