Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java66 private static final String[] PENDING_STATUS_FIELDS = { field in PhoneAccountHandleMigrationUtils
91 valuesForTelephonyPending.put(PENDING_STATUS_FIELDS[mType], 1); in markAllTelephonyPhoneAccountsPendingMigration()
111 mSharedPreferences.edit().putBoolean(PENDING_STATUS_FIELDS[mType], status).apply(); in setPhoneAccountMigrationStatusPending()
120 return mSharedPreferences.getBoolean(PENDING_STATUS_FIELDS[mType], false); in isPhoneAccountMigrationPending()
131 + PENDING_STATUS_FIELDS[mType] + " == 1", null); in updatePhoneAccountHandleMigrationPendingStatus()
147 valuesForPhoneAccountId.put(PENDING_STATUS_FIELDS[mType], 0); in migratePendingPhoneAccountHandles()
149 + PENDING_STATUS_FIELDS[mType] + " = ?"; in migratePendingPhoneAccountHandles()
170 + " WHERE " + PENDING_STATUS_FIELDS[mType] + " = 1", null); in migrateIccIdToSubId()