Searched refs:countdown (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ |
D | EnableZenModeDialogTest.java | 101 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()
|
D | ZenDurationDialogTest.java | 218 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/ |
D | WorkProfileMessageControllerTest.java | 169 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/ |
D | ScreenRecordTile.java | 150 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/ |
D | EventLogTags.logtags | 9 # packet count that triggers a countdown to radio restart
|
/frameworks/native/libs/binder/ndk/tests/ |
D | libbinder_ndk_unit_test.cpp | 719 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/ |
D | PhoneStatusBarPolicy.java | 801 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/ |
D | EnableZenModeDialog.java | 346 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/ |
D | WebViewUpdateServiceTest.java | 488 CountDownLatch countdown = new CountDownLatch(1); in checkChangingProviderDuringRelroCreation() local 512 countdown.countDown(); in checkChangingProviderDuringRelroCreation() 552 countdown.await(); in checkChangingProviderDuringRelroCreation()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 5246 …// OPEN: Settings > Sound & notification > Do Not Disturb > TURN ON -> Time countdown manual rule …
|