Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3288 int currSubIdFromDb = cursor.getInt(subIdColumnIndex); in findAndRestoreAllMatches() local
3290 if (previouslyRestoredSubIdsList.contains(currSubIdFromDb)) { in findAndRestoreAllMatches()
3351 new String[]{Integer.toString(currSubIdFromDb)}); in findAndRestoreAllMatches()
3359 new String[]{Integer.toString(currSubIdFromDb)}); in findAndRestoreAllMatches()
3366 newlyRestoredSubIds.add(currSubIdFromDb); in findAndRestoreAllMatches()