Called by a FragmentInstanceState thread to notify that it's done preparing.
| 276 | |
| 277 | /// Called by a FragmentInstanceState thread to notify that it's done preparing. |
| 278 | void DonePreparing() { discard_result(instances_prepared_barrier_->Notify()); } |
| 279 | |
| 280 | /// Called by a FragmentInstanceState thread to notify that it's done executing. |
| 281 | void DoneExecuting() { discard_result(instances_finished_barrier_->Notify()); } |
no test coverage detected