Searched refs:sDestroyed (Results 1 – 7 of 7) sorted by relevance
34 private static boolean sDestroyed = false; field in MockService76 sDestroyed = true; in onDestroy()106 sDestroyed = false; in prepareDestroy()114 while (!sDestroyed && now < endTime) { in waitForDestroy()121 return sDestroyed; in waitForDestroy()
32 public static CountDownLatch sDestroyed; field in RecreatedActivity38 sDestroyed = null; in clearState()65 if (sDestroyed != null) { in onDestroy()66 sDestroyed.countDown(); in onDestroy()
229 RecreatedActivity.sDestroyed = new CountDownLatch(1); in recreateActivity()235 assertTrue(RecreatedActivity.sDestroyed.await(1, TimeUnit.SECONDS)); in recreateActivity()
32 private static boolean sDestroyed; field in ReceiveUriService44 sDestroyed = false; in onStartCommand()58 sDestroyed = true; in onDestroy()97 while (!sDestroyed) { in stopSync()
35 private static boolean sDestroyed = true; field in ReceiveUriActivity53 sDestroyed = false; in onCreate()77 sDestroyed = true; in onDestroy()99 while (!sDestroyed) { in finishCurInstanceSync()
27 static CountDownLatch sDestroyed; field in NonConfigOnStopActivity57 if (sDestroyed != null) { in onDestroy()58 sDestroyed.countDown(); in onDestroy()
48 activity.sDestroyed = new CountDownLatch(1); in nonConfigStop()53 assertTrue(activity.sDestroyed.await(1, TimeUnit.SECONDS)); in nonConfigStop()