Home
last modified time | relevance | path

Searched refs:countdown (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DEnableZenModeDialogTest.java101 Uri countdown = Condition.newId(mContext).appendPath("countdown").build(); in setup() local
102 mCountdownCondition = new Condition(countdown, "countdown", "", "", 0, 0, 0); in setup()
203 EnableZenModeDialog.ConditionTag countdown = mController.getConditionTagAt( in testAccessibility() local
210 assertThat(countdown.line1.getStateDescription()).isNull(); in testAccessibility()
215 assertThat(countdown.line1.getStateDescription()).isNull(); in testAccessibility()
DZenDurationDialogTest.java218 ZenDurationDialog.ConditionTag countdown = mController.getConditionTagAt( in testAccessibility() local
225 assertThat(countdown.line1.getStateDescription()).isNull(); in testAccessibility()
230 assertThat(countdown.line1.getStateDescription()).isNull(); in testAccessibility()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DWorkProfileMessageControllerTest.java169 final CountDownLatch countdown = new CountDownLatch(1); in testPopulateView() local
171 countdown.countDown(); in testPopulateView()
182 assertEquals(1, countdown.getCount()); in testPopulateView()
184 countdown.await(1000, TimeUnit.MILLISECONDS); in testPopulateView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java150 int countdown = (int) Math.floorDiv(mMillisUntilFinished + 500, 1000); in handleUpdateState() local
151 state.secondaryLabel = String.format("%d...", countdown); in handleUpdateState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags9 # packet count that triggers a countdown to radio restart
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp719 uint32_t countdown = kNumberOfLinksToDeath; in TEST() local
723 countdown--; in TEST()
724 if (countdown == 0) { in TEST()
745 << "countdown: " << countdown; in TEST()
747 EXPECT_EQ(countdown, 0); in TEST()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java801 int countdown = (int) Math.floorDiv(millisUntilFinished + 500, 1000); in onCountdown() local
803 String description = Integer.toString(countdown); in onCountdown()
804 switch (countdown) { in onCountdown()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java346 Condition countdown = ZenModeConfig.toTimeCondition(mContext, in bindGenericCountdown() local
349 bind(countdown, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX), in bindGenericCountdown()
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DWebViewUpdateServiceTest.java488 CountDownLatch countdown = new CountDownLatch(1); in checkChangingProviderDuringRelroCreation() local
512 countdown.countDown(); in checkChangingProviderDuringRelroCreation()
552 countdown.await(); in checkChangingProviderDuringRelroCreation()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto5246 …// OPEN: Settings > Sound & notification > Do Not Disturb > TURN ON -> Time countdown manual rule …