Example #1
0
 def get_response(self, restore_state):
     return get_case_payload(restore_state)
Example #2
0
 def get_response(self, restore_state):
     if restore_state.use_clean_restore:
         return get_case_payload(restore_state)
     else:
         return _batched_response(restore_state)
Example #3
0
 def get_response(self, restore_state):
     if restore_state.use_clean_restore:
         return get_case_payload(restore_state)
     else:
         return _batched_response(restore_state)