Searched defs:countdown (Results 1 – 6 of 6) sorted by relevance
97 Uri countdown = Condition.newId(mContext).appendPath("countdown").build(); in setup() local
123 int countdown = (int) Math.floorDiv(mMillisUntilFinished + 500, 1000); in handleUpdateState() local
298 private void countdown(Map<String, CountDownLatch> latches, Intent service, String action) { in countdown() method in VendorServiceControllerTest.ServiceLauncherContext
336 Condition countdown = ZenModeConfig.toTimeCondition(mContext, in bindGenericCountdown() local
747 int countdown = (int) Math.floorDiv(millisUntilFinished + 500, 1000); in onCountdown() local
446 CountDownLatch countdown = new CountDownLatch(1); in checkChangingProviderDuringRelroCreation() local