Home
last modified time | relevance | path

Searched refs:runOnMainSync (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/DeskClock/tests/src/com/android/deskclock/ringtone/
DRingtonePickerActivityTest.java108 InstrumentationRegistry.getInstrumentation().runOnMainSync(assertRunnable); in validateDefaultState_TimerRingtonePicker()
142 InstrumentationRegistry.getInstrumentation().runOnMainSync(assertRunnable); in validateDefaultState_AlarmRingtonePicker()
150 InstrumentationRegistry.getInstrumentation().runOnMainSync(customRingtoneRunnable); in validateDefaultState_TimerRingtonePicker_WithCustomRingtones()
190 InstrumentationRegistry.getInstrumentation().runOnMainSync(assertRunnable); in validateDefaultState_TimerRingtonePicker_WithCustomRingtones()
195 InstrumentationRegistry.getInstrumentation().runOnMainSync(removeCustomRingtoneRunnable); in validateDefaultState_TimerRingtonePicker_WithCustomRingtones()
203 InstrumentationRegistry.getInstrumentation().runOnMainSync(customRingtoneRunnable); in validateDefaultState_AlarmRingtonePicker_WithCustomRingtones()
239 InstrumentationRegistry.getInstrumentation().runOnMainSync(assertRunnable); in validateDefaultState_AlarmRingtonePicker_WithCustomRingtones()
244 InstrumentationRegistry.getInstrumentation().runOnMainSync(removeCustomRingtoneRunnable); in validateDefaultState_AlarmRingtonePicker_WithCustomRingtones()
255 InstrumentationRegistry.getInstrumentation().runOnMainSync(createIntentRunnable); in createTimerRingtonePickerActivity()
276 InstrumentationRegistry.getInstrumentation().runOnMainSync(createIntentRunnable); in createAlarmRingtonePickerActivity()
/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
DTimerSetupViewTest.java96 InstrumentationRegistry.getInstrumentation().runOnMainSync(selectTabRunnable); in setUp()
121 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in validateDefaultState_TimersExist()
129 InstrumentationRegistry.getInstrumentation().runOnMainSync(runnable); in validateDefaultState_NoTimersExist()
144 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in type0InDefaultState_TimersExist()
152 InstrumentationRegistry.getInstrumentation().runOnMainSync(runnable); in type0InDefaultState_NoTimersExist()
199 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in fillDisplayThenDeleteAll_TimersExist()
207 InstrumentationRegistry.getInstrumentation().runOnMainSync(runnable); in fillDisplayThenDeleteAll_NoTimersExist()
227 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in fillDisplayWith9s_TimersExist()
235 InstrumentationRegistry.getInstrumentation().runOnMainSync(runnable); in fillDisplayWith9s_NoTimersExist()
DTimerFragmentTest.java91 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in setUpSingleTimer()
100 InstrumentationRegistry.getInstrumentation().runOnMainSync(addTimerRunnable); in setUpTwoTimers()
128 InstrumentationRegistry.getInstrumentation().runOnMainSync(setUpFragmentRunnable); in setUpFragment()
151 InstrumentationRegistry.getInstrumentation().runOnMainSync(clearTimersRunnable); in clearTimers()
361 InstrumentationRegistry.getInstrumentation().runOnMainSync(expireTimerRunnable); in fabClick_resetsTimer()
380 InstrumentationRegistry.getInstrumentation().runOnMainSync(expireTimerRunnable); in fabClick_resetsSecondTimer()
406 InstrumentationRegistry.getInstrumentation().runOnMainSync(getTimersRunnable); in clickAdd_addsOneMinuteToTimer()
432 InstrumentationRegistry.getInstrumentation().runOnMainSync(getTimersRunnable); in clickAdd_addsOneMinuteToSecondTimer()
681 InstrumentationRegistry.getInstrumentation().runOnMainSync(timerRunnable); in assertStateEquals()
688 InstrumentationRegistry.getInstrumentation().runOnMainSync(assertRunnable); in assertAdapter()
[all …]
DTimerServiceTest.java68 InstrumentationRegistry.getInstrumentation().runOnMainSync(clearTimersRunnable); in clearTimers()
105 InstrumentationRegistry.getInstrumentation().runOnMainSync(testRunnable); in verifyIntentsHonored_whileTimersFire()
126 InstrumentationRegistry.getInstrumentation().runOnMainSync(testRunnable); in verifyIntentsHonored_ifNoTimersAreExpired()
DExpiredTimersActivityTest.java68 InstrumentationRegistry.getInstrumentation().runOnMainSync(fireTimerRunnable); in configurationChanges_DoNotResetFiringTimer()
DTimerItemFragmentTest.java76 InstrumentationRegistry.getInstrumentation().runOnMainSync(selectTabRunnable); in ensureTimerIsHeldSuccessfully_whenOneTimerIsRunning()
/packages/apps/DeskClock/tests/src/com/android/deskclock/worldclock/
DCitySelectionActivityTest.java71 InstrumentationRegistry.getInstrumentation().runOnMainSync(setUpRunnable); in setUp()
90 InstrumentationRegistry.getInstrumentation().runOnMainSync(testRunable); in validateDefaultState()
106 InstrumentationRegistry.getInstrumentation().runOnMainSync(testRunable); in searchCities()
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java247 getInstrumentation().runOnMainSync(new Runnable() {
263 getInstrumentation().runOnMainSync(new Runnable() {
271 getInstrumentation().runOnMainSync(new Runnable() {
279 getInstrumentation().runOnMainSync(new Runnable() {
DImageCaptureIntentTest.java156 getInstrumentation().runOnMainSync(new Runnable() { in pressDone()
164 getInstrumentation().runOnMainSync(new Runnable() { in pressRetake()
172 getInstrumentation().runOnMainSync(new Runnable() { in pressCancel()
/packages/apps/Camera2/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java224 getInstrumentation().runOnMainSync(new Runnable() {
242 getInstrumentation().runOnMainSync(new Runnable() {
251 getInstrumentation().runOnMainSync(new Runnable() {
DImageCaptureIntentTest.java132 getInstrumentation().runOnMainSync(new Runnable() { in pressDone()
141 getInstrumentation().runOnMainSync(new Runnable() { in pressCancel()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DWebActivityTest.java55 getInstrumentation().runOnMainSync(() -> in testUrlLaunched()
63 getInstrumentation().runOnMainSync(() -> startActivity(intent, null, null)); in startActivityOnMainSync()
/packages/services/Car/service/src/com/android/car/
DCarTestService.java88 CarServiceUtils.runOnMainSync(mICarImpl::release); in stopCarService()
109 CarServiceUtils.runOnMainSync(mICarImpl::init); in releaseToken()
DCarServiceUtils.java91 public static void runOnMainSync(Runnable action) { in runOnMainSync() method in CarServiceUtils
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollIntroductionTest.java65 getInstrumentation().runOnMainSync(() -> { in setUp()
78 getInstrumentation().runOnMainSync(() -> { in testMaxFingerprint_shouldShowErrorMessage()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java96 .runOnMainSync( in setUp()
123 .runOnMainSync( in tearDown()
134 .runOnMainSync( in startAndWaitForComplete()
147 .runOnMainSync( in restart()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivityTest.java189 instrumentation.runOnMainSync(() -> { in launchScanner_onNavigateUp_shouldFinish()
207 instrumentation.runOnMainSync(() -> { in launchGenerator_onNavigateUp_shouldFinish()
DWifiDppQrCodeScannerFragmentTest.java70 instrumentation.runOnMainSync(() -> { in onPause_shouldNotDecodeQrCode()
/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
DToggleFeaturePreferenceFragmentTest.java61 mInstrumentation.runOnMainSync(() -> { in setUp()
DAccessibilityShortcutPreferenceFragmentTest.java84 mInstrumentation.runOnMainSync(() -> { in startFragment()
/packages/services/Telephony/tests/src/com/android/phone/euicc/
DEuiccUiDispatcherActivityTest.java61 InstrumentationRegistry.getInstrumentation().runOnMainSync( in setUp()
/packages/apps/Settings/tests/unit/src/com/android/settings/password/
DSetupChooseLockGenericTest.java90 getInstrumentation().runOnMainSync(() -> { in getCurrentActivity()
/packages/apps/TV/tests/unit/src/com/android/tv/
DMainActivityTest.java64 .runOnMainSync( in showProgramGuide()
/packages/apps/TV/tests/common/src/com/android/tv/testing/activities/
DBaseMainActivityTestCase.java76 .runOnMainSync( in tuneToChannel()
/packages/apps/Contacts/tests/src/com/android/contacts/
DRunMethodInstrumentation.java89 runOnMainSync(new Runnable() { in onStart()

12