Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java63 private static final String[] TABLES = {ContactsDatabaseHelper.Tables.DATA, field in PhoneAccountHandleMigrationUtils
97 TABLES[mType], valuesForTelephonyPending, selection, selectionArgs); in markAllTelephonyPhoneAccountsPendingMigration()
130 + IDS[mType] + ") FROM " + TABLES[mType] + " WHERE " in updatePhoneAccountHandleMigrationPendingStatus()
153 int count = db.update(TABLES[mType], valuesForPhoneAccountId, selection, selectionArgs); in migratePendingPhoneAccountHandles()
169 "SELECT DISTINCT " + PHONE_ACCOUNT_ID_FIELDS[mType] + " FROM " + TABLES[mType] in migrateIccIdToSubId()