Searched refs:mSavedStateLatch (Results 1 – 1 of 1) sorted by relevance
42 private CountDownLatch mSavedStateLatch = new CountDownLatch(1); field in CollectingSupportActivity104 mSavedStateLatch.countDown(); in onSaveInstanceState()112 return mSavedStateLatch.await(seconds, TimeUnit.SECONDS); in waitForStateSave()