Searched refs:PHONE_ACCOUNT_ID_FIELDS (Results 1 – 1 of 1) sorted by relevance
70 private static final String[] PHONE_ACCOUNT_ID_FIELDS = { field in PhoneAccountHandleMigrationUtils146 valuesForPhoneAccountId.put(PHONE_ACCOUNT_ID_FIELDS[mType], subId); in migratePendingPhoneAccountHandles()148 String selection = PHONE_ACCOUNT_ID_FIELDS[mType] + " LIKE ? AND " in migratePendingPhoneAccountHandles()169 "SELECT DISTINCT " + PHONE_ACCOUNT_ID_FIELDS[mType] + " FROM " + TABLES[mType] in migrateIccIdToSubId()