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.java3762 int currSubIdFromDb = cursor.getInt(subIdColumnIndex); in findAndRestoreAllMatches() local
3764 if (previouslyRestoredSubIdsList.contains(currSubIdFromDb)) { in findAndRestoreAllMatches()
3831 new String[]{Integer.toString(currSubIdFromDb)}) > 0) { in findAndRestoreAllMatches()
3832 mLocalLog.log("Restored sub " + currSubIdFromDb + " from backup" in findAndRestoreAllMatches()
3834 log("Restored sub " + currSubIdFromDb + " from backup. case=SUW"); in findAndRestoreAllMatches()
3844 new String[]{Integer.toString(currSubIdFromDb)}) > 0) { in findAndRestoreAllMatches()
3845 mLocalLog.log("Restored sub " + currSubIdFromDb + " from backup. " in findAndRestoreAllMatches()
3847 log("Restored sub " + currSubIdFromDb + " from backup. " in findAndRestoreAllMatches()
3857 newlyRestoredSubIds.add(currSubIdFromDb); in findAndRestoreAllMatches()