Searched refs:mRebootWipeUserDataLatch (Results 1 – 1 of 1) sorted by relevance
93 private final CountDownLatch mRebootWipeUserDataLatch = new CountDownLatch(1); field in MasterClearReceiverTest211 mRebootWipeUserDataLatch.countDown(); in expectRebootWipeUserData()247 boolean called = mRebootWipeUserDataLatch.await(5, TimeUnit.SECONDS); in verifyRebootWipeUserData()