Searched refs:phoneAccountIdsCursor (Results 1 – 1 of 1) sorted by relevance
168 final Cursor phoneAccountIdsCursor = db.rawQuery( in migrateIccIdToSubId() local175 phoneAccountIdsCursor.moveToPosition(-1); in migrateIccIdToSubId()176 while (phoneAccountIdsCursor.moveToNext()) { in migrateIccIdToSubId()177 if (phoneAccountIdsCursor.isNull(0)) { in migrateIccIdToSubId()180 final String iccId = phoneAccountIdsCursor.getString(0); in migrateIccIdToSubId()197 phoneAccountIdsCursor.close(); in migrateIccIdToSubId()