Searched refs:restoreCase (Results 1 – 1 of 1) sorted by relevance
3766 int restoreCase = TelephonyProtoEnums.SIM_RESTORE_CASE_UNDEFINED_USE_CASE; in restoreSimSpecificSettings() local3768 restoreCase = TelephonyProtoEnums.SIM_RESTORE_CASE_SUW; in restoreSimSpecificSettings()3774 restoreCase = TelephonyProtoEnums.SIM_RESTORE_CASE_SIM_INSERTED; in restoreSimSpecificSettings()3776 return mergeBackedUpDataToSimInfoDb(restoreCase, iccId); in restoreSimSpecificSettings()3811 private boolean mergeBackedUpDataToSimInfoDb(int restoreCase, @Nullable String iccId) { in mergeBackedUpDataToSimInfoDb() argument3849 return findAndRestoreAllMatches(bundle.deepCopy(), cursor, restoreCase); in mergeBackedUpDataToSimInfoDb()3864 int restoreCase) { in findAndRestoreAllMatches() argument3948 if (restoreCase == TelephonyProtoEnums.SIM_RESTORE_CASE_SUW) { in findAndRestoreAllMatches()3958 } else if (restoreCase == TelephonyProtoEnums.SIM_RESTORE_CASE_SIM_INSERTED) { in findAndRestoreAllMatches()3977 restoreCase, bestRestoreMatch.getMatchingCriteriaForLogging()); in findAndRestoreAllMatches()[all …]