Home
last modified time | relevance | path

Searched refs:refreshUi (Results 1 – 25 of 196) sorted by relevance

12345678

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountSyncDetailsPreferenceControllerTest.java119 mController.refreshUi(); in refreshUi_syncAdapterDoesNotHaveSameAccountType_shouldNotBeShown()
132 mController.refreshUi(); in refreshUi_syncAdapterIsNotVisible_shouldNotBeShown()
147 mController.refreshUi(); in refreshUi_syncAdapterIsNotSyncable_shouldNotBeShown()
164 mController.refreshUi(); in refreshUi_syncAdapterDoesNotHaveProviderInfo_shouldNotBeShown()
189 mController.refreshUi(); in refreshUi_providerInfoDoesNotHaveLabel_shouldNotBeShown()
214 mController.refreshUi(); in refreshUi_providerLabelShouldBeSet()
229 mController.refreshUi(); in refreshUi_masterSyncOff_syncDisabled_shouldNotBeChecked()
244 mController.refreshUi(); in refreshUi_masterSyncOn_syncDisabled_shouldBeChecked()
259 mController.refreshUi(); in refreshUi_masterSyncOff_syncEnabled_shouldBeChecked()
273 mController.refreshUi(); in refreshUi_syncDisabled_summaryShouldBeSet()
[all …]
DAccountSyncPreferenceControllerTest.java99 mController.refreshUi(); in refreshUi_notSameAccountType_shouldNotCount()
119 mController.refreshUi(); in refreshUi_adapterInvisible_shouldNotCount()
137 mController.refreshUi(); in refreshUi_notSyncable_shouldNotCount()
158 mController.refreshUi(); in refreshUi_masterAutomaticSyncIgnoredAndAccountSyncDisabled_shouldNotCount()
177 mController.refreshUi(); in refreshUi_masterAutomaticSyncUsed_shouldCount()
197 mController.refreshUi(); in refreshUi_automaticSyncEnabled_shouldCount()
241 mController.refreshUi(); in refreshUi_someEnabled_shouldSetSummary()
249 mController.refreshUi(); in handlePreferenceClicked_shouldLaunchAccountSyncDetailsFragment()
DAccountListPreferenceControllerTest.java107 mController.refreshUi(); in refreshUi_hasNoAccounts_shouldDisplayNoAccountPref()
121 mController.refreshUi(); in refreshUi_hasAccounts_shouldDisplayAccounts()
142 mController.refreshUi(); in refreshUi_hasUnauthenticatedAccount_shouldNotDisplayAccount()
160 mController.refreshUi(); in onAccountsUpdate_isThisUser_shouldForceUpdate()
179 mController.refreshUi(); in onAccountsUpdate_updatedUserIsNotCurrentUser_shouldNotForceUpdate()
195 mController.refreshUi(); in onUsersUpdate_shouldForceUpdate()
212 mController.refreshUi(); in onAccountPreferenceClicked_shouldLaunchAccountDetailsFragment()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceControllerTest.java111 mControllerHelper.getController().refreshUi(); in refreshUi_permitAllInputMethods_preferenceCountIs4()
127 mControllerHelper.getController().refreshUi(); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
145 mControllerHelper.getController().refreshUi(); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
163 mControllerHelper.getController().refreshUi(); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
182 mControllerHelper.getController().refreshUi(); in refreshUi_disallowedByOrganization_noPreferencesShown()
193 mControllerHelper.getController().refreshUi(); in refreshUi_skipVoiceTyping()
208 mControllerHelper.getController().refreshUi(); in refreshUi_verifyPreferenceIcon()
225 mControllerHelper.getController().refreshUi(); in refreshUi_verifyPreferenceTitle()
242 mControllerHelper.getController().refreshUi(); in refreshUi_verifyPreferenceSummary()
258 mControllerHelper.getController().refreshUi(); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
[all …]
DEnabledKeyboardPreferenceControllerTest.java97 mControllerHelper.getController().refreshUi(); in refreshUi_permitAllInputMethods()
109 mControllerHelper.getController().refreshUi(); in refreshUi_hasAllowedImeByOrganization()
121 mControllerHelper.getController().refreshUi(); in refreshUi_disallowedByOrganization()
132 mControllerHelper.getController().refreshUi(); in refreshUi_skipVoiceTyping()
143 mControllerHelper.getController().refreshUi(); in refreshUi_verifyPreferenceIcon()
156 mControllerHelper.getController().refreshUi(); in refreshUi_verifyPreferenceTitle()
169 mControllerHelper.getController().refreshUi(); in refreshUi_verifyPreferenceSummary()
184 mControllerHelper.getController().refreshUi(); in performClick_launchSettingsActivity()
208 mControllerHelper.getController().refreshUi(); in performClick_noSettingsActivity_noCrash()
DKeyboardPreferenceControllerTest.java92 mControllerHelper.getController().refreshUi(); in refreshUi_noInputMethodInfo()
105 mControllerHelper.getController().refreshUi(); in refreshUi_permitAllInputMethods_hasOneInputMethodInfo()
120 mControllerHelper.getController().refreshUi(); in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo()
137 mControllerHelper.getController().refreshUi(); in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()
154 mControllerHelper.getController().refreshUi(); in refreshUi_hasAllowedImeByOrganization()
168 mControllerHelper.getController().refreshUi(); in refreshUi_disallowedByOrganization()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/system/
DResetNetworkSubscriptionPreferenceControllerTest.java106 mController.refreshUi(); in refreshUi_nullSubscriptions_hidesPreference()
113 mController.refreshUi(); in refreshUi_nullSubscriptions_setsValue()
123 mController.refreshUi(); in refreshUi_noSubscriptions_hidesPreference()
132 mController.refreshUi(); in refreshUi_noSubscriptions_setsValue()
143 mController.refreshUi(); in refreshUi_oneSubscription_hidesPreference()
153 mController.refreshUi(); in refreshUi_oneSubscription_setsValue()
163 mController.refreshUi(); in refreshUi_multipleSubscriptions_showsPreference()
176 mController.refreshUi(); in refreshUi_multipleSubscriptions_populatesEntries()
192 mController.refreshUi(); in refreshUi_defaultSelection_fourthPriority_system()
205 mController.refreshUi(); in refreshUi_defaultSelection_thirdPriority_sms()
[all …]
DMasterClearAccountsPreferenceControllerTest.java87 mController.refreshUi(); in refreshUi_accountsPresent_showsGroup()
96 mController.refreshUi(); in refreshUi_noAccountsPresent_hidesGroup()
117 mController.refreshUi(); in refreshUi_multipleProfiles_showsAllAccounts()
133 mController.refreshUi(); in refreshUi_missingAccountDescription_skipsAccount()
148 mController.refreshUi(); in refreshUi_accountAdded_addsPreferenceToGroup()
163 mController.refreshUi(); in refreshUi_accountRemoved_removesPreferenceFromGroup()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DExtraSettingsPreferenceControllerTest.java92 mController.refreshUi(); in testRefreshUi_notInitializedYet()
104 mController.refreshUi(); in testRefreshUi_initialized_noPreferenceAdded()
117 mController.refreshUi(); in testRefreshUi_noPreferenceAdded_shouldNotBeVisible()
129 mController.refreshUi(); in testRefreshUi_initialized_preferenceAdded()
141 mController.refreshUi(); in testRefreshUi_preferenceAdded_shouldBeVisible()
153 mController.refreshUi(); in testRefreshUi_refreshedTwice_shouldOnlyAddPreferenceOnce()
154 mController.refreshUi(); in testRefreshUi_refreshedTwice_shouldOnlyAddPreferenceOnce()
166 mController.refreshUi(); in testRefreshUi_refreshedTwice_stillBeVisible()
167 mController.refreshUi(); in testRefreshUi_refreshedTwice_stillBeVisible()
178 mController.refreshUi(); in onUxRestrictionsChanged_unrestrictedAndDO_intentsIntoActivityNoMetadata_disabled()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceControllerTest.java125 mController.refreshUi(); in refreshUi_filterMatch_addsToGroup()
139 mController.refreshUi(); in refreshUi_filterMatch_addsToPreferenceMap()
152 mController.refreshUi(); in refreshUi_filterMismatch_removesFromGroup()
159 mController.refreshUi(); in refreshUi_filterMismatch_removesFromGroup()
169 mController.refreshUi(); in refreshUi_filterMismatch_removesFromPreferenceMap()
176 mController.refreshUi(); in refreshUi_filterMismatch_removesFromPreferenceMap()
183 mController.refreshUi(); in refreshUi_noDevices_hidesGroup()
194 mController.refreshUi(); in refreshUi_devices_showsGroup()
204 mController.refreshUi(); in onBluetoothStateChanged_turningOff_clearsPreferences()
232 mController.refreshUi(); in onDeviceDeleted_refreshesUi()
[all …]
DBluetoothDeviceProfilesPreferenceControllerTest.java102 mController.refreshUi(); in refreshUi_addsNewProfiles()
110 mController.refreshUi(); in refreshUi_addsNewProfiles()
126 mController.refreshUi(); in refreshUi_removesRemovedProfiles()
133 mController.refreshUi(); in refreshUi_removesRemovedProfiles()
147 mController.refreshUi(); in refreshUi_profiles_showsPreference()
156 mController.refreshUi(); in refreshUi_noProfiles_hidesPreference()
166 mController.refreshUi(); in profileChecked_setsProfilePreferred()
181 mController.refreshUi(); in profileChecked_connectsToProfile()
197 mController.refreshUi(); in profileUnchecked_setsProfileNotPreferred()
213 mController.refreshUi(); in profileUnchecked_disconnectsFromProfile()
DBluetoothScanningDevicesGroupPreferenceControllerTest.java147 mController.refreshUi(); in onScanningStateChanged_scanningDisabled_receiveStopped_doesNothing()
196 mController.refreshUi(); in refreshUi_noDeviceBonding_startsScanning()
205 mController.refreshUi(); in refreshUi_noDeviceBonding_enablesGroup()
214 mController.refreshUi(); in refreshUi_noDeviceBonding_setsScanModeConnectableDiscoverable()
225 mController.refreshUi(); in refreshUi_deviceBonding_stopsScanning()
235 mController.refreshUi(); in refreshUi_deviceBonding_disablesGroup()
245 mController.refreshUi(); in refreshUi_deviceBonding_setsScanModeConnectable()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/sound/
DVolumeSettingsPreferenceControllerTest.java117 mController.refreshUi(); in testRefreshUi_serviceNotStarted()
124 mController.refreshUi(); in testRefreshUi_serviceStarted()
131 mController.refreshUi(); in onServiceConnected_registersVolumeCallback()
141 mController.refreshUi(); in testRefreshUi_serviceStarted_multipleCalls()
142 mController.refreshUi(); in testRefreshUi_serviceStarted_multipleCalls()
149 mController.refreshUi(); in testRefreshUi_createdPreferenceHasMinMax()
159 mController.refreshUi(); in testOnPreferenceChange_ringtonePlays()
168 mController.refreshUi(); in testOnPreferenceChange_audioManagerSet()
177 mController.refreshUi(); in onGroupVolumeChanged_sameValue_doesNotUpdateVolumeSeekbar()
187 mController.refreshUi(); in onGroupVolumeChanged_differentValue_updatesVolumeSeekbar()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
DAccessPointListPreferenceControllerTest.java110 mController.refreshUi(); in refreshUi_emptyList_notVisible()
119 mController.refreshUi(); in refreshUi_notEmpty_visible()
128 mController.refreshUi(); in refreshUi_notEmpty_listCount()
138 mController.refreshUi(); in refreshUi_notSavedAccessPoint_noForgetButton()
151 mController.refreshUi(); in onUxRestrictionsChanged_switchToSavedApOnly()
168 mController.refreshUi(); in performClick_noSecurityNotConnectedAccessPoint_connect()
181 mController.refreshUi(); in performClick_oweSecurityNotConnectedAccessPoint_connect()
192 mController.refreshUi(); in performClick_activeAccessPoint_showDetailsFragment()
204 mController.refreshUi(); in performClick_savedAccessPoint_connect()
226 mController.refreshUi(); in performButtonClick_savedAccessPoint_forgetsNetwork()
[all …]
DWifiStatusPreferenceControllerTest.java82 mController.refreshUi(); in updateState_wifiNotAvailable_invisible()
91 mController.refreshUi(); in updateState_wifiDisabled_visible()
100 mController.refreshUi(); in updateState_wifiDisabled_isNotSelectable()
109 mController.refreshUi(); in updateState_wifiDisabled_showsDisabledText()
119 mController.refreshUi(); in updateState_wifiDisabled_showsIcon()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/datausage/
DDataUsageSummaryPreferenceControllerTest.java125 mController.refreshUi(); in refreshUi_hasUsage_titleSet()
141 mController.refreshUi(); in refreshUi_noLimits_doesntSetDataLimitText()
155 mController.refreshUi(); in refreshUi_hasLimit_setsDataLimitText()
171 mController.refreshUi(); in refreshUi_hasWarning_setsDataLimitText()
187 mController.refreshUi(); in refreshUi_hasWarningAndLimit_setsDataLimitText()
206 mController.refreshUi(); in refreshUi_endTimeIsGreaterThanOneDay_setsBillingCycleText()
221 mController.refreshUi(); in refreshUi_endTimeIsLessThanOneDay_setsBillingCycleText()
235 mController.refreshUi(); in refreshUi_endTimeIsNow_setsBillingCycleText()
252 mController.refreshUi(); in refreshUi_hasCarrierName_hasRecentUpdate_setsCarrierInfoText()
271 mController.refreshUi(); in refreshUi_hasCarrierName_hasOldUpdate_setsCarrierInfoText()
[all …]
DDataWarningPreferenceControllerTest.java93 mController.refreshUi(); in refreshUi_warningDisabled_summaryEmpty()
101 mController.refreshUi(); in refreshUi_warningDisabled_preferenceDisabled()
109 mController.refreshUi(); in refreshUi_warningDisabled_switchUnchecked()
118 mController.refreshUi(); in refreshUi_warningEnabled_summaryPopulated()
127 mController.refreshUi(); in refreshUi_warningEnabled_preferenceEnabled()
136 mController.refreshUi(); in refreshUi_warningEnabled_switchChecked()
DDataLimitPreferenceControllerTest.java95 mController.refreshUi(); in refreshUi_limitDisabled_summaryEmpty()
103 mController.refreshUi(); in refreshUi_limitDisabled_preferenceDisabled()
111 mController.refreshUi(); in refreshUi_limitDisabled_switchUnchecked()
119 mController.refreshUi(); in refreshUi_limitEnabled_summaryPopulated()
127 mController.refreshUi(); in refreshUi_limitEnabled_preferenceEnabled()
135 mController.refreshUi(); in refreshUi_limitEnabled_switchChecked()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DExternalSourcesDetailsTest.java124 mFragment.refreshUi(); in refreshUi_noPackageInfo_shouldReturnFalseAndNoCrash()
126 assertThat(mFragment.refreshUi()).isFalse(); in refreshUi_noPackageInfo_shouldReturnFalseAndNoCrash()
134 mFragment.refreshUi(); in refreshUi_noApplicationInfo_shouldReturnFalseAndNoCrash()
136 assertThat(mFragment.refreshUi()).isFalse(); in refreshUi_noApplicationInfo_shouldReturnFalseAndNoCrash()
149 mFragment.refreshUi(); in refreshUi_hasApplicationInfo_shouldReturnTrue()
151 assertThat(mFragment.refreshUi()).isTrue(); in refreshUi_hasApplicationInfo_shouldReturnTrue()
185 assertThat(fragment.refreshUi()).isTrue(); in refreshUi_userRestrictionsUnknownSources_disablesSwitchPreference()
224 assertThat(fragment.refreshUi()).isTrue(); in refreshUi_userRestrictionsUnknownSourcesGlobally_disablesSwitchPreference()
265 assertThat(fragment.refreshUi()).isTrue(); in refreshUi_bothUnknownSourcesUserRestrictions_disableSwitchPreference()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/managedomainurls/
DClearDefaultsPreferenceControllerTest.java106 mController.refreshUi(); in refreshUi_hasPreferredActivities_hasSummary()
114 mController.refreshUi(); in refreshUi_isDefaultBrowser_hasSummary()
122 mController.refreshUi(); in refreshUi_hasUsbDefaults_hasSummary()
129 mController.refreshUi(); in refreshUi_autoLaunchDisabled_hasNoSummary()
142 mController.refreshUi(); in performClick_hasUsbManager_hasPreferredActivities_clearsPreferredActivities()
154 mController.refreshUi(); in performClick_hasUsbManager_isDefaultBrowser_clearsDefaultBrowser()
164 mController.refreshUi(); in performClick_hasUsbDefaults_clearsUsbDefaults()
DAppLinkStatePreferenceControllerTest.java96 mController.refreshUi(); in refreshUi_isBrowserApp_isDisabled()
117 mController.refreshUi(); in refreshUi_isNotBrowserApp_noDomainUrls_isDisabled()
138 mController.refreshUi(); in refreshUi_isNotBrowserApp_hasDomainUrls_isEnabled()
159 mController.refreshUi(); in refreshUi_isNotBrowserApp_hasDomainUrls_defaultState_entrySetToAsk()
183 mController.refreshUi(); in refreshUi_isNotBrowserApp_hasDomainUrls_askState_entrySetToAsk()
207 mController.refreshUi(); in refreshUi_isNotBrowserApp_hasDomainUrls_alwaysState_entrySetToAlways()
231 mController.refreshUi(); in refreshUi_isNotBrowserApp_hasDomainUrls_neverState_entrySetToNever()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/defaultapps/
DDefaultAppsPickerBasePreferenceControllerTest.java125 mController.refreshUi(); in refreshUi_noCandidates_hasSingleNoneElement()
141 mController.refreshUi(); in refreshUi_noCandidates_noNoneElement()
156 mController.refreshUi(); in refreshUi_hasAdditionalCandidate_hasTwoElements()
171 mController.refreshUi(); in refreshUi_hasAdditionalCandidateAsDefault_secondElementIsSelected()
187 mController.refreshUi(); in performClick_currentDefaultApp_nothingHappened()
216 mController.refreshUi(); in performClick_otherOptionNoMessage_otherOptionSelected()
245 mController.refreshUi(); in performClick_otherOptionHasMessage_dialogOpened()
273 mController.refreshUi(); in performClick_otherOptionNoMessage_newKeySet()
/packages/apps/Traceur/src/com/android/traceur/
DMainFragment.java78 refreshUi();
126 refreshUi(/* restoreDefaultTags =*/ true); in onCreate()
169 refreshUi(); in onCreate()
174 refreshUi(); in onCreate()
220 private void refreshUi() { in refreshUi() method in MainFragment
221 refreshUi(/* restoreDefaultTags =*/ false); in refreshUi()
228 private void refreshUi(boolean restoreDefaultTags) { in refreshUi() method in MainFragment
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/
DPermissionsPreferenceControllerTest.java80 mController.refreshUi(); in testRefreshUi_populatesGroup()
86 mController.refreshUi(); in testRefreshUi_callingTwice_noDuplicates()
87 mController.refreshUi(); in testRefreshUi_callingTwice_noDuplicates()
98 mController.refreshUi(); in testRefreshUi_setToFalse()
109 mController.refreshUi(); in testRefreshUi_setToTrue()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/
DAppPermissionsEntryPreferenceControllerTest.java117 mController.refreshUi(); in refreshUi_noGrantedPermissions_setsNullSummary()
126 mController.refreshUi(); in refreshUi_grantedPermissions_aboveMax_setsSummary_maxCountDefinedByController()
136 mController.refreshUi(); in refreshUi_grantedPermissions_setsSummary_inOrderDefinedByController()
145 mController.refreshUi(); in refreshUi_grantedPermissions_onlyTwo_setsSummary()
154 mController.refreshUi(); in refreshUi_grantedPermissions_onlyOne_setsSummary()

12345678