Home
last modified time | relevance | path

Searched refs:markState (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DExtraSettingsPreferenceControllerTest.java103 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in testRefreshUi_initialized_noPreferenceAdded()
116 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in testRefreshUi_noPreferenceAdded_shouldNotBeVisible()
128 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in testRefreshUi_initialized_preferenceAdded()
140 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in testRefreshUi_preferenceAdded_shouldBeVisible()
152 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in testRefreshUi_refreshedTwice_shouldOnlyAddPreferenceOnce()
165 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in testRefreshUi_refreshedTwice_stillBeVisible()
177 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_unrestrictedAndDO_intentsIntoActivityNoMetadata_disabled()
193 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_unrestrictedAndDO_intentsIntoNonDOActivity_disabled()
208 mPreferenceControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_unrestrictedAndDO_intentsIntoDOActivity_enabled()
DPreferenceControllerTest.java135 mControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_created_restricted_preferenceDisabled()
146 mControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_created_restricted_unrestricted_preferenceEnabled()
171 mControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_restricted_allPreferencesIgnore_preferenceEnabled()
189 mControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_restricted_thisPreferenceIgnores_preferenceEnabled()
206 mControllerHelper.markState(Lifecycle.State.CREATED); in onUxRestrictionsChanged_restricted_uxRestrictionsNotIgnored_preferenceDisabled()
322 mControllerHelper.markState(Lifecycle.State.STARTED); in lifecycle_unsupportedOnDevice_doesNotCallSubclassHooks()
323 mControllerHelper.markState(Lifecycle.State.DESTROYED); in lifecycle_unsupportedOnDevice_doesNotCallSubclassHooks()
364 mControllerHelper.markState(Lifecycle.State.RESUMED); in onPause_callsSubclassHook()
372 mControllerHelper.markState(Lifecycle.State.STARTED); in onStop_callsSubclassHook()
380 mControllerHelper.markState(Lifecycle.State.STARTED); in onDestroy_callsSubclassHook()
DPreferenceControllerTestHelper.java133 markState(getStateAfter(event)); in sendLifecycleEvent()
143 public void markState(Lifecycle.State state) { in markState() method in PreferenceControllerTestHelper
/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiScanWorker.java65 mLifecycleRegistry.markState(Lifecycle.State.INITIALIZED); in WifiScanWorker()
66 mLifecycleRegistry.markState(Lifecycle.State.CREATED); in WifiScanWorker()
71 mLifecycleRegistry.markState(Lifecycle.State.STARTED); in onSlicePinned()
72 mLifecycleRegistry.markState(Lifecycle.State.RESUMED); in onSlicePinned()
78 mLifecycleRegistry.markState(Lifecycle.State.STARTED); in onSliceUnpinned()
79 mLifecycleRegistry.markState(Lifecycle.State.CREATED); in onSliceUnpinned()
84 mLifecycleRegistry.markState(Lifecycle.State.DESTROYED); in close()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothNamePreferenceControllerTest.java80 mControllerHelper.markState(Lifecycle.State.CREATED); in setUp()
117 mControllerHelper.markState(Lifecycle.State.STARTED); in started_localNameChangedBroadcast_updatesSummary()
130 mControllerHelper.markState(Lifecycle.State.STARTED); in stopped_noUpdateOnLocalNameChangedBroadcast()
133 mControllerHelper.markState(Lifecycle.State.CREATED); in stopped_noUpdateOnLocalNameChangedBroadcast()
143 mControllerHelper.markState(Lifecycle.State.STARTED); in preferenceClicked_launchesRenameDialog()
153 mControllerHelper.markState(Lifecycle.State.STARTED); in preferenceClicked_handled()
DBluetoothDevicePreferenceControllerTest.java149 mControllerHelper.markState(Lifecycle.State.STARTED); in onStop_unregistersDeviceCallback()
161 mControllerHelper.markState(Lifecycle.State.STARTED); in started_onDeviceAttributesChanged_refreshesUi()
DPairNewDevicePreferenceControllerTest.java95 mControllerHelper.markState(Lifecycle.State.STARTED); in setUp()
DBluetoothPreferenceControllerTest.java278 mControllerHelper.markState(Lifecycle.State.STARTED); in onStop_unregistersEventListener()
DBluetoothDevicesGroupPreferenceControllerTest.java109 controllerHelper.markState(Lifecycle.State.STARTED); in setUp()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountDetailsSettingControllerTest.java116 mHelper.markState(Lifecycle.State.STARTED); in addExtraSettings_preferenceEmpty_shouldNotAddAnyPreferences()
125 mHelper.markState(Lifecycle.State.STARTED); in addExtraSettings_preferenceEmpty_isNotVisible()
134 mHelper.markState(Lifecycle.State.STARTED); in addExtraSettings_accountTypeNotEqual_shouldNotAddAnyPreferences()
148 mHelper.markState(Lifecycle.State.STARTED); in addExtraSettings_accountTypeNotEqual_isNotVisible()
DAccountSyncPreferenceControllerTest.java77 helper.markState(Lifecycle.State.STARTED); in setUp()
DAccountSyncDetailsPreferenceControllerTest.java103 helper.markState(Lifecycle.State.STARTED); in setUp()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceControllerTest.java84 mControllerHelper.markState(Lifecycle.State.STARTED); in setUp()
120 mControllerHelper.markState(Lifecycle.State.CREATED); in onStop_stopsSuggestionController()
127 mControllerHelper.markState(Lifecycle.State.CREATED); in onStop_destroysLoader()