/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | CaptioningTogglePreferenceControllerTest.java | 88 mController.displayPreference(mScreen); in displayPreference_captionEnabled_shouldSetChecked() 98 mController.displayPreference(mScreen); in displayPreference_captionDisabled_shouldSetUnchecked() 107 mController.displayPreference(mScreen); in performClick_captionEnabled_shouldSetCaptionDisabled() 119 mController.displayPreference(mScreen); in performClick_captionDisabled_shouldSetCaptionEnabled() 129 mController.displayPreference(mScreen); in setChecked_switchChecked_shouldSetCaptionEnabled() 138 mController.displayPreference(mScreen); in setChecked_switchUnchecked_shouldSetCaptionDisabled() 147 mController.displayPreference(mScreen); in onSwitchChanged_switchChecked_shouldSetCaptionEnabled() 156 mController.displayPreference(mScreen); in onSwitchChanged_switchUnchecked_shouldSetCaptionDisabled()
|
D | PreviewSizeSeekBarControllerTest.java | 147 mSeekBarController.displayPreference(mPreferenceScreen); in initMax_matchResult() 157 mSeekBarController.displayPreference(mPreferenceScreen); in initProgress_matchResult() 168 mSeekBarController.displayPreference(mPreferenceScreen); in resetToDefaultState_matchResult() 177 mSeekBarController.displayPreference(mPreferenceScreen); in resetState_verifyOnProgressChanged() 185 mSeekBarController.displayPreference(mPreferenceScreen); in onProgressChanged_verifyNotifyPreferenceChanged() 197 mSeekBarController.displayPreference(mPreferenceScreen); in onProgressChanged_showTooltipView() 214 mSeekBarController.displayPreference(mPreferenceScreen); in onProgressChanged_inSuw_toolTipShouldNotShown() 228 mSeekBarController.displayPreference(mPreferenceScreen); in onProgressChanged_tooltipViewHasBeenShown_notShowTooltipView() 254 mSeekBarController.displayPreference(mPreferenceScreen); in restoreValueFromSavedInstanceState_showTooltipView() 264 mSeekBarController.displayPreference(mPreferenceScreen); in onProgressChanged_setCorrespondingCustomizedStateDescription()
|
D | CaptioningForegroundColorControllerTest.java | 81 mController.displayPreference(mScreen); in getSummary_defaultValue_shouldReturnWhite() 91 mController.displayPreference(mScreen); in getSummary_redValue_shouldReturnRed() 98 mController.displayPreference(mScreen); in setRedValue_shouldReturnRed() 109 mController.displayPreference(mScreen); in setNoneColorValue_shouldNotHaveColor() 120 mController.displayPreference(mScreen); in setRedValueFromNoneValue_halfOpacityRedColor_shouldReturnExpectedColor() 132 mController.displayPreference(mScreen); in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningBackgroundColorControllerTest.java | 81 mController.displayPreference(mScreen); in getSummary_defaultValue_shouldReturnBlack() 91 mController.displayPreference(mScreen); in getSummary_redValue_shouldReturnRed() 98 mController.displayPreference(mScreen); in setRedValue_shouldReturnRed() 109 mController.displayPreference(mScreen); in setNoneColorValue_shouldNotHaveColor() 120 mController.displayPreference(mScreen); in setRedValueFromNoneValue_halfOpacityRedColor_shouldReturnExpectedColor() 132 mController.displayPreference(mScreen); in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningWindowColorControllerTest.java | 81 mController.displayPreference(mScreen); in getSummary_defaultValue_shouldReturnNone() 92 mController.displayPreference(mScreen); in getSummary_redValue_shouldReturnRed() 99 mController.displayPreference(mScreen); in setRedValue_shouldReturnRed() 110 mController.displayPreference(mScreen); in setNoneColorValue_shouldNotHaveColor() 121 mController.displayPreference(mScreen); in setRedValueFromNoneValue_halfOpacityRedColor_shouldReturnExpectedColor() 133 mController.displayPreference(mScreen); in onValueChanged_shouldSetCaptionEnabled()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
D | MobileNetworkSummaryControllerTest.java | 138 mController.displayPreference(mPreferenceScreen); in getSummary_noSubscriptions_returnSummaryCorrectly() 160 mController.displayPreference(mPreferenceScreen); in getSummary_oneSubscription_correctSummaryAndClickHandler() 183 mController.displayPreference(mPreferenceScreen); in getSummary_oneInactivePSim_cannotDisablePsim_correctSummaryAndClickHandler() 204 mController.displayPreference(mPreferenceScreen); in getSummary_oneInactivePSim_canDisablePsim_correctSummaryAndClickHandler() 222 mController.displayPreference(mPreferenceScreen); in addButton_noSubscriptionsNoEuiccMgr_noAddClickListener() 232 mController.displayPreference(mPreferenceScreen); in addButton_oneSubscriptionNoEuiccMgr_noAddClickListener() 239 mController.displayPreference(mPreferenceScreen); in addButton_noSubscriptions_noAddClickListener() 249 mController.displayPreference(mPreferenceScreen); in addButton_oneSubscription_hasAddClickListener() 260 mController.displayPreference(mPreferenceScreen); in addButton_twoSubscriptions_hasAddClickListener() 270 mController.displayPreference(mPreferenceScreen); in addButton_oneSubscriptionAirplaneModeTurnedOn_addButtonGetsDisabled() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | VolumeSeekBarPreferenceControllerTest.java | 70 mController.displayPreference(mScreen); in displayPreference_available_shouldUpdatePreference() 83 mController.displayPreference(mScreen); in displayPreference_notAvailable_shouldNotUpdatePreference() 93 mController.displayPreference(mScreen); in onResume_shouldResumePreference() 102 mController.displayPreference(mScreen); in onPause_shouldPausePreference() 125 mController.displayPreference(mScreen); in setSliderPosition_passesAlongValue() 134 mController.displayPreference(mScreen); in getMaxValue_passesAlongValue() 142 mController.displayPreference(mScreen); in getMinValue_passesAlongValue() 150 mController.displayPreference(mScreen); in getSliderPosition_passesAlongValue()
|
D | RemoteVolumeGroupControllerTest.java | 129 mController.displayPreference(mScreen); in getAvailabilityStatus_withActiveSession_returnAvailableUnsearchable() 137 mController.displayPreference(mScreen); in getAvailabilityStatus_noActiveSession_returnConditionallyUnavailable() 145 mController.displayPreference(mScreen); in displayPreference_noActiveSession_checkPreferenceCount() 152 mController.displayPreference(mScreen); in displayPreference_withActiveSession_checkPreferenceCount() 159 mController.displayPreference(mScreen); in displayPreference_withActiveSession_checkSeekBarTitle() 168 mController.displayPreference(mScreen); in displayPreference_withActiveSession_checkSeekBarMaxVolume() 176 mController.displayPreference(mScreen); in displayPreference_withActiveSession_checkSeekBarCurrentVolume() 190 mController.displayPreference(mScreen); in displayPreference_withActiveSession_checkSwitcherPreferenceTitle() 201 mController.displayPreference(mScreen); in displayPreference_withActiveSession_checkSwitcherPreferenceSummary()
|
D | EmergencyTonePreferenceControllerTest.java | 96 mController.displayPreference(mScreen); in displayPreference_emergencyToneOff_shouldSelectFirstItem() 105 mController.displayPreference(mScreen); in displayPreference_emergencyToneAlert_shouldSelectSecondItem() 114 mController.displayPreference(mScreen); in displayPreference_emergencyToneVibrate_shouldSelectThirdItem() 121 mController.displayPreference(mScreen); in onPreferenceChanged_firstItemSelected_shouldSetEmergencyToneToOff() 130 mController.displayPreference(mScreen); in onPreferenceChanged_secondItemSelected_shouldSetEmergencyToneToAlert() 139 mController.displayPreference(mScreen); in onPreferenceChanged_thirdItemSelected_shouldSetEmergencyToneToVibrate()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/ |
D | WifiTetherSSIDPreferenceControllerTest.java | 88 mController.displayPreference(mScreen); in displayPreference_noWifiConfig_shouldDisplayDefaultSSID() 99 mController.displayPreference(mScreen); in displayPreference_hasCustomWifiConfig_shouldDisplayCustomSSID() 105 mController.displayPreference(mScreen); in changePreference_shouldUpdateValue() 117 mController.displayPreference(mScreen); in changePreference_shouldLogActionWhenChanged() 125 mController.displayPreference(mScreen); in changePreference_shouldNotLogActionWhenNotChanged() 135 mController.displayPreference(mScreen); in updateDisplay_shouldUpdateValue() 158 mController.displayPreference(mScreen); in displayPreference_wifiApDisabled_shouldHideQrCodeIcon() 170 mController.displayPreference(mScreen); in displayPreference_wifiApEnabled_shouldShowQrCodeIcon()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/activeunlock/ |
D | ActiveUnlockStatusPreferenceControllerTest.java | 99 mController.displayPreference(mPreferenceScreen); in updateState_featureFlagDisabled_isNotVisible() 109 mController.displayPreference(mPreferenceScreen); in updateState_withoutFingerprint_withoutFace_isNotVisible() 119 mController.displayPreference(mPreferenceScreen); in updateState_withoutFingerprint_withFace_isVisible() 129 mController.displayPreference(mPreferenceScreen); in updateState_withFingerprint_withoutFace_isVisible() 139 mController.displayPreference(mPreferenceScreen); in updateState_withFingerprint_withFace_isVisible() 146 mController.displayPreference(mPreferenceScreen); in defaultState_summaryIsEmpty() 157 mController.displayPreference(mPreferenceScreen); in onStart_summaryIsUpdated()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/darkmode/ |
D | DarkModeScheduleSelectorControllerTest.java | 109 mController.displayPreference(mScreen); in nightMode_preferenceChange_preferenceChangeTrueWhenChangedOnly() 121 mController.displayPreference(mScreen); in nightMode_updateStateNone_dropDownValueChangedToNone() 130 mController.displayPreference(mScreen); in nightMode_updateStateNone_dropDownValueChangedToAuto() 140 mController.displayPreference(mScreen); in nightMode_updateStateNone_dropDownValueChangedToCustom() 155 mController.displayPreference(mScreen); in nightMode_updateStateNone_bedtimeEnabled_dropDownValueChangedToCustomBedtime() 170 mController.displayPreference(mScreen); in nightMode_updateStateNone_bedtimeDisabled_dropDownValueChangedToCustom() 183 mController.displayPreference(mScreen); in nightMode_updateStateNone_bedtimeNotInstalled_dropDownValueChangedToCustom() 194 mController.displayPreference(mScreen); in batterySaver_dropDown_disabledSelector()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/ |
D | UsbDetailsPowerRoleControllerTest.java | 107 mDetailsPowerRoleController.displayPreference(mScreen); in displayRefresh_sink_shouldUncheck() 120 mDetailsPowerRoleController.displayPreference(mScreen); in displayRefresh_source_shouldCheck() 132 mDetailsPowerRoleController.displayPreference(mScreen); in displayRefresh_disconnected_shouldDisable() 145 mDetailsPowerRoleController.displayPreference(mScreen); in displayRefresh_notSupported_shouldRemove() 158 mDetailsPowerRoleController.displayPreference(mScreen); in onClick_sink_shouldSetSource() 172 mDetailsPowerRoleController.displayPreference(mScreen); in onClickTwice_sink_shouldSetSourceOnce() 187 mDetailsPowerRoleController.displayPreference(mScreen); in onClickDeviceAndRefresh_success_shouldClearSubtext() 206 mDetailsPowerRoleController.displayPreference(mScreen); in onClickDeviceAndRefresh_failed_shouldShowFailureText() 226 mDetailsPowerRoleController.displayPreference(mScreen); in onClickDevice_timedOut_shouldShowFailureText()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/network/ |
D | WifiSwitchPreferenceControllerTest.java | 90 mController.displayPreference(mScreen); in displayPreference_wifiNotEnabled_preferenceNotChecked() 99 mController.displayPreference(mScreen); in displayPreference_wifiIsEnabled_preferenceIsChecked() 108 mController.displayPreference(mScreen); in displayPreference_disallowChangeWifiState_preferenceNotEnabled() 117 mController.displayPreference(mScreen); in displayPreference_allowChangeWifiState_preferenceIsEnabled() 125 mController.displayPreference(mScreen); in onStart_disallowChangeWifiState_wifiEnablerNotCreated() 136 mController.displayPreference(mScreen); in onStart_allowChangeWifiState_createWifiEnabler()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | BugReportInPowerPreferenceControllerTest.java | 88 mController.displayPreference(mScreen); in onDeveloperOptionsSwitchDisabled_preferenceShouldNotBeChecked() 98 mController.displayPreference(mScreen); in onPreferenceChanged_settingDisabled_shouldDisableBugReportInPowerSetting() 110 mController.displayPreference(mScreen); in onPreferenceChanged_settingEnabled_shouldEnableBugReportInPowerSetting() 125 mController.displayPreference(mScreen); in updateState_settingsOn_preferenceShouldBeChecked() 137 mController.displayPreference(mScreen); in updateState_settingsOff_preferenceShouldNotBeChecked() 147 mController.displayPreference(mScreen); in onDeveloperOptionsSwitchDisabled_shouldTurnOffPreference()
|
D | ClearAdbKeysPreferenceControllerTest.java | 100 mController.displayPreference(mScreen); in displayPreference_isNotAdminUser_preferenceShouldBeDisabled() 110 mController.displayPreference(mScreen); in handlePreferenceTreeClick_clearAdbKeysPreference_shouldShowWarningDialog() 123 mController.displayPreference(mScreen); in handlePreferenceTreeClick_notClearAdbKeysPreference_shouldReturnFalse() 135 mController.displayPreference(mScreen); in handlePreferenceTreeClick_monkeyUser_shouldReturnFalse() 148 mController.displayPreference(mScreen); in onDeveloperOptionsSwitchEnabled_isAdminUser_shouldEnablePreference() 158 mController.displayPreference(mScreen); in onDeveloperOptionsSwitchEnabled_isNotAdminUser_shouldNotEnablePreference()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/ |
D | WifiP2PPreferenceControllerTest.java | 110 mController.displayPreference(mScreen); in testWifiStateChange_shouldToggleEnabledState() 125 mController.displayPreference(mScreen); in testDisplayPreference_shouldToggleEnabledState() 129 mController.displayPreference(mScreen); in testDisplayPreference_shouldToggleEnabledState() 133 mController.displayPreference(mScreen); in testDisplayPreference_shouldToggleEnabledState() 141 mController.displayPreference(mScreen); in displayPreference_wifiDirectNotAllowed_shouldDisable() 151 mController.displayPreference(mScreen); in displayPreference_wifiDirectNotAllowed_shouldEnable()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/ |
D | ImeiInfoPreferenceControllerTest.java | 146 mDefaultController.displayPreference(mScreen); in displayPreference_multiSimGsm_shouldAddSecondPreference() 158 mController.displayPreference(mScreen); in displayPreference_singleSimCdmaPhone_shouldSetSingleSimCdmaTitleAndMeid() 172 mController.displayPreference(mScreen); in displayPreference_multiSimCdmaPhone_shouldSetMultiSimCdmaTitleAndMeid() 174 mSecondController.displayPreference(mScreen); in displayPreference_multiSimCdmaPhone_shouldSetMultiSimCdmaTitleAndMeid() 191 mController.displayPreference(mScreen); in displayPreference_singleSimGsmPhone_shouldSetSingleSimGsmTitleAndImei() 205 mController.displayPreference(mScreen); in displayPreference_multiSimGsmPhone_shouldSetMultiSimGsmTitleAndImei() 207 mSecondController.displayPreference(mScreen); in displayPreference_multiSimGsmPhone_shouldSetMultiSimGsmTitleAndImei() 224 mController.displayPreference(mScreen); in handlePreferenceTreeClick_shouldStartDialogFragment()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/ |
D | OwnerInfoPreferenceControllerTest.java | 121 mController.displayPreference(mScreen); in updateSummary_deviceOwnerInfoEnabled_shouldSetDeviceOwnerInfoSummary() 134 mController.displayPreference(mScreen); in updateSummary_ownerInfoEnabled_shouldSetOwnerInfoSummary() 145 mController.displayPreference(mScreen); in updateSummary_ownerInfoDisabled_shouldSetDefaultSummary() 157 mController.displayPreference(mScreen); in updateEnableState_deviceOwnerInfoEnabled_shouldSetDisabledByAdmin() 168 mController.displayPreference(mScreen); in updateEnableState_lockScreenDisabled_shouldDisablePreference() 179 mController.displayPreference(mScreen); in updateEnableState_lockScreenEnabled_shouldEnablePreference() 193 mController.displayPreference(mScreen); in handlePreferenceTreeClick_shouldLaunchOwnerInfoSettings()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
D | LocationForWorkPreferenceControllerTest.java | 93 mController.displayPreference(mScreen); in handlePreferenceTreeClick_preferenceChecked_shouldSetRestrictionAndOnSummary() 105 mController.displayPreference(mScreen); in handlePreferenceTreeClick_preferenceUnchecked_shouldSetRestritionAndOffSummary() 117 mController.displayPreference(mScreen); in onLocationModeChanged_disabledByAdmin_shouldDisablePreference() 129 mController.displayPreference(mScreen); in onLocationModeChanged_locationOff_shouldDisablePreference() 142 mController.displayPreference(mScreen); in onLocationModeChanged_locationOn_shouldEnablePreference() 155 mController.displayPreference(mScreen); in onLocationModeChanged_noRestriction_shouldCheckedPreference() 167 mController.displayPreference(mScreen); in onLocationModeChanged_hasRestriction_shouldCheckedPreference()
|
D | LocationForPrivateProfilePreferenceControllerTest.java | 94 mController.displayPreference(mScreen); in handlePreferenceTreeClick_preferenceChecked_shouldSetRestrictionAndOnSummary() 106 mController.displayPreference(mScreen); in handlePreferenceTreeClick_preferenceUnchecked_shouldSetRestritionAndOffSummary() 118 mController.displayPreference(mScreen); in onLocationModeChanged_disabledByAdmin_shouldDisablePreference() 130 mController.displayPreference(mScreen); in onLocationModeChanged_locationOff_shouldDisablePreference() 143 mController.displayPreference(mScreen); in onLocationModeChanged_locationOn_shouldEnablePreference() 156 mController.displayPreference(mScreen); in onLocationModeChanged_noRestriction_shouldCheckedPreference() 168 mController.displayPreference(mScreen); in onLocationModeChanged_hasRestriction_shouldCheckedPreference()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/system/ |
D | SystemUpdatePreferenceControllerTest.kt | 90 controller.displayPreference(preferenceScreen) in displayPrefs_ifVisible_butNotAdminUser_shouldNotDisplay() 100 controller.displayPreference(preferenceScreen) in displayPrefs_ifAdminUser_butNotVisible_shouldNotDisplay() 109 controller.displayPreference(preferenceScreen) in displayPrefs_ifAvailable_shouldDisplay() 120 controller.displayPreference(preferenceScreen) in updateState_systemUpdateStatusUnknown_shouldSetToAndroidVersion() 141 controller.displayPreference(preferenceScreen) in updateState_systemUpdateStatusIdle_shouldSetToAndroidVersion() 156 controller.displayPreference(preferenceScreen) in updateState_systemUpdateInProgress_shouldSetToUpdatePending()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | InstantAppButtonsPreferenceControllerTest.java | 199 mController.displayPreference(mScreen); in onOptionsItemSelected_shouldOpenAppStore() 214 mController.displayPreference(mScreen); in displayPreference_noLaunchUri_shouldShowHideLaunchButton() 223 mController.displayPreference(mScreen); in displayPreference_hasLaunchUri_shouldShowHideInstallButton() 230 mController.displayPreference(mScreen); in displayPreference_noAppStoreLink_shoulDisableInstallButton() 239 mController.displayPreference(mScreen); in displayPreference_hasAppStoreLink_shoulSetClickListenerForInstallButton() 246 mController.displayPreference(mScreen); in displayPreference_shoulSetClickListenerForClearButton() 255 mController.displayPreference(mScreen); in clickLaunchButton_shouldLaunchViewIntent() 270 mController.displayPreference(mScreen); in clickInstallButton_shouldOpenAppStore() 287 mController.displayPreference(mScreen); in clickClearAppButton_shouldLaunchInstantAppButtonDialogFragment()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/ |
D | AutoDataSwitchPreferenceControllerTest.java | 108 mController.displayPreference(mPreferenceScreen); in displayPreference_defaultForData_notAvailable() 119 mController.displayPreference(mPreferenceScreen); in displayPreference_notDefaultForData_available() 130 mController.displayPreference(mPreferenceScreen); in onSubscriptionsChanged_becomesDefaultForData_notAvailable() 143 mController.displayPreference(mPreferenceScreen); in onSubscriptionsChanged_noLongerDefaultForData_available() 167 mController.displayPreference(mPreferenceScreen); in getAvailabilityStatus_mobileDataChangWithoutDefaultDataSubId_returnAvailable() 178 mController.displayPreference(mPreferenceScreen); in getAvailabilityStatus_flagIsDualSimOnboardingEnabledOn_returnUnavailable()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/ |
D | DeviceNamePreferenceControllerTest.java | 138 mController.displayPreference(mScreen); in setDeviceName_preferenceUpdatedWhenDeviceNameUpdated() 149 mController.displayPreference(mScreen); in setDeviceName_bluetoothNameUpdatedWhenDeviceNameUpdated() 158 mController.displayPreference(mScreen); in setDeviceName_wifiTetherNameUpdatedWhenDeviceNameUpdated() 169 mController.displayPreference(mScreen); in displayPreference_defaultDeviceNameIsModelNameOnPreference() 177 mController.displayPreference(mScreen); in setDeviceName_okInDeviceNameWarningDialog_shouldChangePreferenceText() 186 mController.displayPreference(mScreen); in setDeviceName_cancelInDeviceNameWarningDialog_shouldNotChangePreferenceText()
|