Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java167 final HashMap<String, String> phoneAccountIdsMigrateNow = new HashMap<>(); in migrateIccIdToSubId() local
191 phoneAccountIdsMigrateNow.put(iccId, subId); in migrateIccIdToSubId()
200 for (Map.Entry<String, String> set : phoneAccountIdsMigrateNow.entrySet()) { in migrateIccIdToSubId()