Home
last modified time | relevance | path

Searched refs:waitForIdleSync (Results 1 – 25 of 99) sorted by relevance

1234

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarButtonTest.java107 waitForIdleSync(); in onSelected_selectedIconDefined_togglesIcon()
112 waitForIdleSync(); in onSelected_selectedIconDefined_togglesIcon()
125 waitForIdleSync(); in onSelected_selectedIconUndefined_displaysSameIcon()
131 waitForIdleSync(); in onSelected_selectedIconUndefined_displaysSameIcon()
141 waitForIdleSync(); in onUnselected_doesNotHighlightWhenSelected_applySelectedAlpha()
149 waitForIdleSync(); in onSelected_doesNotHighlightWhenSelected_applyDefaultUnselectedAlpha()
159 waitForIdleSync(); in onUnselected_highlightWhenSelected_applyDefaultUnselectedAlpha()
170 waitForIdleSync(); in onSelected_highlightWhenSelected_applyDefaultSelectedAlpha()
181 waitForIdleSync(); in onSelected_doesNotShowMoreWhenSelected_doesNotShowMoreIcon()
193 waitForIdleSync(); in onSelected_showMoreWhenSelected_showsMoreIcon()
[all …]
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DFanDirectionButtonTest.java104 waitForIdleSync(); in onPropertyChanged_fanDirectionFace_faceDirectionButtonSelected()
118 waitForIdleSync(); in onPropertyChanged_fanDirectionFace_otherButtonsUnselected()
134 waitForIdleSync(); in onPropertyChanged_fanDirectionFaceAndFloor_faceAndFloorDirectionButtonSelected()
148 waitForIdleSync(); in onPropertyChanged_fanDirectionFaceAndFloor_otherButtonsUnselected()
164 waitForIdleSync(); in onPropertyChanged_fanDirectionFloor_floorDirectionButtonSelected()
178 waitForIdleSync(); in onPropertyChanged_fanDirectionFloor_otherButtonsUnselected()
194 waitForIdleSync(); in onPropertyChanged_fanDirectionDefrost_defrostDirectionButtonSelected()
208 waitForIdleSync(); in onPropertyChanged_fanDirectionDefrost_otherButtonsUnselected()
219 waitForIdleSync(); in onPropertyChanged_fanDirectionInvalid_shouldDoNothing()
225 waitForIdleSync(); in onPropertyChanged_fanDirectionInvalid_shouldDoNothing()
[all …]
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/tts/
DTtsPlaybackPreferenceControllerTest.java147 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onCreate_startsCheckVoiceData()
207 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in voiceDataCheck_processActivityResult_checkSuccess_hasVoices_populatesPreference()
253 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in defaultLanguage_handlePreferenceChanged_passEmptyValue_setsDefault()
265 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in defaultLanguage_handlePreferenceChanged_passEmptyValue_setsDefault()
277 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in defaultLanguage_handlePreferenceChanged_passLocale_setsLocale()
289 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in defaultLanguage_handlePreferenceChanged_passLocale_setsLocale()
301 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in defaultLanguage_handlePreferenceChanged_passLocale_setsSummary()
313 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in defaultLanguage_handlePreferenceChanged_passLocale_setsSummary()
325 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in speechRate_handlePreferenceChanged_updatesSecureSettings()
339 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in speechRate_handlePreferenceChanged_updatesTts()
[all …]
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/datausage/
DUsageBytesThresholdPickerDialogTest.java69 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in dialogInit_validValue_showsCurrentValue()
81 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in dialogInit_lowInvalidValue_showsLowestPossibleValue()
94 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in positiveButtonClick_noChangeInValue_dialogListenerNotCalled()
111 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in positiveButtonClick_changeInValue_dialogListenerCalled()
117 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in positiveButtonClick_changeInValue_dialogListenerCalled()
133 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in getCurrentThreshold_aboveLimit_returnLimit()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewControllerTest.java131 waitForIdleSync(); in onPanelAnchorViewClicked_panelShowing()
141 waitForIdleSync(); in onPanelAnchorViewClicked_panelShowing_panelDismissed()
151 waitForIdleSync(); in onPanelAnchorViewClicked_sendsIntentToDismissSystemDialogsWithIdentifier()
166 waitForIdleSync(); in onDismissSystemDialogReceived_fromSelf_panelOpen_doesNotDismissPanel()
178 waitForIdleSync(); in onDismissSystemDialogReceived_notFromSelf_panelOpen_dismissesPanel()
213 waitForIdleSync(); in onGlobalFocusChanged_panelShowing_panelDismissed()
227 waitForIdleSync(); in onQCAction_pendingIntentAction_panelDismissed()
240 waitForIdleSync(); in onQCAction_actionHandler_panelDismissed()
/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/controller/
DRemoteQCControllerTest.java74 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onBind_updatesQCItem()
84 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in updateListening_listen_updatesQCItem()
93 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in updateListening_listen_providerSubscribed()
109 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in updateListening_doNotListen_providerUnsubscribed()
128 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in updateListening_listen_registerContentObserver()
143 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in updateListening_doNotListen_unregisterContentObserver()
154 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onDestroy_callsProviderOnDestroy()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/pm/
DUserCacheTest.kt57 InstrumentationRegistry.getInstrumentation().waitForIdleSync() in getBadgeDrawable only returns a UserBadgeDrawable given a user in the cache()
73 InstrumentationRegistry.getInstrumentation().waitForIdleSync() in getPreInstallApps returns list of pre installed apps given a user()
88 InstrumentationRegistry.getInstrumentation().waitForIdleSync() in getUserProfiles returns copy of UserCache profiles()
104 InstrumentationRegistry.getInstrumentation().waitForIdleSync() in getUserForSerialNumber returns user key matching given entry serial number()
119 InstrumentationRegistry.getInstrumentation().waitForIdleSync() in getUserInfo returns cached UserIconInfo given user key()
135 InstrumentationRegistry.getInstrumentation().waitForIdleSync() in getSerialNumberForUser returns cached UserIconInfo serial number given user key()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/common/
DDualPaneSubSettingsActivityTest.java75 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onPreferenceStartFragment_updateFragmentContainer()
106 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onUxRestrictionsChanged_topFragmentInBackStackHasUpdatedUxRestrictions()
139 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onBackStackChanged_uxRestrictionsChanged_currentFragmentHasUpdatedUxRestrictions()
155 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in getToolbar_updateFragmentContainer_navButtonAlwaysBack()
159 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in getToolbar_updateFragmentContainer_navButtonAlwaysBack()
168 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in getToolbar_updateFragmentContainer_navButtonAlwaysBack()
DTopLevelMenuFragmentTest.java60 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onPreferenceTapped_launchesFragment()
68 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onPreferenceTapped_preferenceHighlightUpdated()
80 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setUpFragment()
DConfirmationDialogFragmentTest.java150 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in clickPositiveButton_callsCallbackWithArgs()
166 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in clickNegativeButton_callsCallbackWithArgs()
180 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in dismissDialog_callsCallbackWithArgs()
191 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in launchDialogFragment()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java96 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDialogShows()
107 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDialogShowsDismiss()
115 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDialogShowsDismiss()
124 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()
144 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()
165 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()
185 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()
200 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()
207 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/
DBluetoothPairingSelectionFragmentTest.java114 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onStop_clearsBluetoothManagerForegroundActivity()
124 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onStop_unregistersEventListener()
138 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onStop_hidesProgressBar()
151 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onDeviceBondStateChanged_deviceBonded_goesBack()
163 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onBluetoothDisabled_goesBack()
176 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setUpFragment()
DBluetoothBondedDevicesPreferenceControllerTest.java273 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in mediaButtonClicked_mediaProfile_enabled()
288 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in actionButtons_disallowConfigBluetooth_bluetoothActionStaysDisabled()
310 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onUxRestrictionsChanged_hasRestrictions_actionButtonDisabled()
336 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onUxRestrictionsChanged_restrictionToggled_actionButtonsEnabled()
359 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onUxRestrictionsNoSetup_phoneItemClicked_showsToast()
390 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onUxRestrictionsNoSetup_mediaItemClicked_showsToast()
417 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onUxRestrictionsDisallowConfigBluetooth_phoneItemClicked_showsDialog()
435 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onUxRestrictionsDisallowConfigBluetooth_mediaItemClicked_showsDialog()
DBluetoothDevicePickerFragmentTest.java105 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onStop_clearsBluetoothManagerForegroundActivity()
118 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onStop_hidesProgressBar()
131 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setUpFragment()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/applications/specialaccess/
DAppEntryListManagerTest.java93 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onPackageListChanged_loadsExtraInfo()
101 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onLoadEntriesComplete_loadsExtraInfo()
127 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in forceUpdate_loadsExtraInfo()
137 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in forceUpdate_forEntry_loadsExtraInfo()
149 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in loadingFinished_rebuildsSession()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/cluster/renderer/
DInstrumentClusterRenderingServiceTest.java180 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setNavigationContextOwner_launchesNavigationComponent()
196 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setNavigationContextOwner_navigationComponentAlreadyLaunched_doesNothing()
198 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setNavigationContextOwner_navigationComponentAlreadyLaunched_doesNothing()
214 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setNavigationContextOwner_noPackages_doesNothing()
235 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setNavigationContextOwner_clusterPermissionMissing_doesNothing()
253 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setNavigationContextOwner_failureWhenStartingNavigationActivity()
271 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setNavigationContextOwner_activityNotFoundWhenStartingNavigationActivity()
286 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in updateActivityState_notVisible_releasesNavigationComponent()
312 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in clusterOnKeyEvent_triggersOnKeyEventOnService()
507 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in getBitmap_unknownAuthority()
[all …]
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DFragmentTestCase.java69 getInstrumentation().waitForIdleSync(); in attachFragment()
104 getInstrumentation().waitForIdleSync(); in clickButton()
118 getInstrumentation().waitForIdleSync(); in setFocus()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/sound/
DVolumeSettingsPreferenceControllerTest.java359 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onGroupVolumeChanged_differentValue_updatesVolumeSeekbar()
374 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onGroupVolumeChanged_invalidZoneId_doesNotUpdateVolumeSeekbar()
402 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onGroupMuteChanged_differentValue_updatesMutedState()
419 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onGroupMuteChanged_differentValue_muteFeatureDisabled_doesNotUpdatesMutedState()
434 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onGroupMuteChanged_invalidZoneId_doesNotUpdateMutedState()
449 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onVolumeGroupEvent_sameGroupInfo_doesNotUpdateVolumeSeekbar()
461 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onVolumeGroupEvent_differentGroupInfo_updatesVolumeSeekbar()
485 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onVolumeGroupEvent_invalidGroupInfo_doesNotUpdateVolumeSeekbar()
498 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onVolumeGroupEvent_groupMuteChanged_updatesVolumeSeekbar()
512 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onVolumeGroupEvent_groupMuteUnchanged_doesNotUpdateVolumeSeekbar()
[all …]
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/
DCarLauncherViewModelTest.java91 mInstrumentation.waitForIdleSync(); in testViewModelOnCleared_clearsRemoteCarTaskView()
101 mInstrumentation.waitForIdleSync(); in createCarLauncherViewModel()
109 mInstrumentation.waitForIdleSync(); in triggerActivityRecreation()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/qc/
DSettingsQCProviderTest.java77 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onSubscribe_startsBackgroundWorker()
89 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onSubscribe_stopsBackgroundWorker()
95 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onSubscribe_stopsBackgroundWorker()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java209 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testInitFocus_focusOnAlreadyFocusedView()
250 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testInitFocus_focusOnDefaultFocusView()
294 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testInitFocus_focusOnLastTouchedView()
342 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testInitFocus_focusOnFirstFocusableView()
446 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testOnRotaryEvents_withoutFocusedView()
742 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testNudgeTo_nudgeToNudgeShortcut_legacy()
806 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testNudgeTo_nudgeToNudgeShortcut_new()
870 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testNudgeTo_nudgeToUserSpecifiedTarget()
934 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testNudgeTo_nudgeToNearestTarget()
1005 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testOnKeyEvents_nudgeUp_moveFocus()
[all …]
/packages/apps/Car/SystemUI/multivalentTests/src/com/android/systemui/car/keyguard/passenger/
DPassengerPinPadViewTest.java105 waitForIdleSync(); in testBackspaceClickHandler()
107 waitForIdleSync(); in testBackspaceClickHandler()
130 protected void waitForIdleSync() { in waitForIdleSync() method in PassengerPinPadViewTest
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/wifi/
DWifiPasswordDialogTest.java96 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onCheckboxChanged_editTextInputTypeSet()
110 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in onConfirm_listenerTriggered()
118 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setUpDialog()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherWidgetHolderTest.kt66 getInstrumentation().waitForIdleSync() in widget_holder_start_listening()
122 getInstrumentation().waitForIdleSync() in holder_add_provider_change_listener()
133 getInstrumentation().waitForIdleSync() in holder_remove_provider_change_listener()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/network/
DMobileDataTogglePreferenceControllerTest.java291 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in disableSingleSimDialog_onConfirm_disablesData()
313 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in disableSingleSimDialog_onConfirm_setsUnchecked()
345 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in enableMultiSimDialog_onConfirm_enablesData()
373 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in enableMultiSimDialog_onConfirm_setsChecked()
398 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in showDialog()

1234