Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3645 int restoreCase = TelephonyProtoEnums.SIM_RESTORE_CASE_UNDEFINED_USE_CASE; in restoreSimSpecificSettings() local
3647 restoreCase = TelephonyProtoEnums.SIM_RESTORE_CASE_SUW; in restoreSimSpecificSettings()
3653 restoreCase = TelephonyProtoEnums.SIM_RESTORE_CASE_SIM_INSERTED; in restoreSimSpecificSettings()
3655 return mergeBackedUpDataToSimInfoDb(restoreCase, iccId); in restoreSimSpecificSettings()
3690 private boolean mergeBackedUpDataToSimInfoDb(int restoreCase, @Nullable String iccId) { in mergeBackedUpDataToSimInfoDb() argument
3728 return findAndRestoreAllMatches(bundle.deepCopy(), cursor, restoreCase); in mergeBackedUpDataToSimInfoDb()
3743 int restoreCase) { in findAndRestoreAllMatches() argument
3827 if (restoreCase == TelephonyProtoEnums.SIM_RESTORE_CASE_SUW) { in findAndRestoreAllMatches()
3837 } else if (restoreCase == TelephonyProtoEnums.SIM_RESTORE_CASE_SIM_INSERTED) { in findAndRestoreAllMatches()
3856 restoreCase, bestRestoreMatch.getMatchingCriteriaForLogging()); in findAndRestoreAllMatches()
[all …]