Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java90 ContentValues valuesForTelephonyPending = new ContentValues(); in markAllTelephonyPhoneAccountsPendingMigration() local
91 valuesForTelephonyPending.put(PENDING_STATUS_FIELDS[mType], 1); in markAllTelephonyPhoneAccountsPendingMigration()
97 TABLES[mType], valuesForTelephonyPending, selection, selectionArgs); in markAllTelephonyPhoneAccountsPendingMigration()