/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | NotificationPreferenceControllerTest.java | 97 mController.onResume(null, null, null, null, null, null, null); in isAvailable_notIfNull() 105 mController.onResume(appRow, mock(NotificationChannel.class), in isAvailable_notIfAppBlocked() 118 mController.onResume(appRow, channel, group, null, null, null, null); in isAvailable_notIfChannelBlocked() 129 mController.onResume(appRow, channel, group, null, null, null, null); in isAvailable_notIfChannelGroupBlocked() 144 mController.onResume(appRow, channel, group, null, null, null, filter); in isAvailable_notIfFailsFilterCheck() 156 mController.onResume(appRow, channel, group, null, null, null, null); in isAvailable() 167 mController.onResume(appRow, channel, group, null, null, admin, null); in testOnResume() 181 mController.onResume(appRow, channel, null, null, null, null, null); in testCanBeVisible_unspecified() 191 mController.onResume(appRow, channel, null, null, null, null, null); in testCanBeVisible_sameImportance() 201 mController.onResume(appRow, channel, null, null, null, null, null); in testCanBeVisible_greaterImportance() [all …]
|
D | BlockPreferenceControllerTest.java | 109 mController.onResume(null, null, null, null, null, null, null); in testIsAvailable_notIfNull() 119 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_channelNotBlockable() 129 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_channelNonDefault() 139 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_ifChannelDefault() 147 mController.onResume(appRow, null, mock(NotificationChannelGroup.class), null, null, null, in testIsAvailable_GroupNotBlockable() 156 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_AppNotBlockable() 166 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_systemApp() 176 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_nonSystemApp_noFilter() 188 mController.onResume(appRow, channel, null, null, null, null, filter); in testIsAvailable_filteredOut() 200 mController.onResume(appRow, channel, null, null, null, null, filter); in testIsAvailable_filteredIn() [all …]
|
D | HeaderPreferenceControllerTest.java | 96 mController.onResume(null, null, null, null, null, null, null); in testIsAvailable_notIfNull() 104 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable() 112 mController.onResume(appRow, null, null, null, null, null, new ArrayList<>()); in testIsAvailable_ignoredFilter() 120 mController.onResume(appRow, null, null, null, null, null, null); in testGetLabel() 124 mController.onResume(appRow, null, group, null, null, null, null); in testGetLabel() 128 mController.onResume(appRow, channel, group, null, null, null, null); in testGetLabel() 133 mController.onResume(appRow, defaultChannel, null, null, null, null, null); in testGetLabel() 141 mController.onResume(appRow, null, null, null, null, null, null); in testGetSummary() 147 mController.onResume(appRow, channel, group, null, null, null, null); in testGetSummary() 151 mController.onResume(appRow, channel, null, null, null, null, null); in testGetSummary() [all …]
|
D | BubblePreferenceControllerTest.java | 137 mController.onResume(appRow, mock(NotificationChannel.class), null, null, null, null, null); in isAvailable_notIfAppBlocked() 147 mController.onResume(appRow, channel, null, null, null, null, null); in isAvailable_notIfChannelBlocked() 158 mController.onResume(appRow, channel, null, null, null, null, null); in isAvailable_channel_notIfAppOff() 166 mController.onResume(appRow, null, null, null, null, null, null); in isNotAvailable_ifOffGlobally_app() 176 mController.onResume(appRow, null, null, null, null, null, null); in isNotAvailable_ifLowRam() 190 mController.onResume(appRow, channel, null, null, null, null, null); in isAvailable_notIfOffGlobally_channel() 200 mController.onResume(appRow, null, null, null, null, null, null); in isAvailable_ifNotLowRam() 212 mAppPageController.onResume(appRow, null, null, null, null, null, null); in isAvailable_app_evenIfOffGlobally() 222 mController.onResume(appRow, null, null, null, null, null, null); in isAvailable_app() 235 mController.onResume(appRow, channel, null, null, null, null, null); in isAvailable_defaultChannel() [all …]
|
D | BadgePreferenceControllerTest.java | 102 mController.onResume(appRow, mock(NotificationChannel.class), null, null, null, null, null); in testIsAvailable_notIfAppBlocked() 112 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfChannelBlocked() 123 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_channel_notIfAppOff() 134 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfOffGlobally() 144 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_app() 154 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_appNoChannels() 168 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_defaultChannel() 181 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_channel() 193 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_channelAppOff() 206 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() [all …]
|
D | AllowSoundPreferenceControllerTest.java | 99 mController.onResume(null, mock(NotificationChannel.class), null, null, null, null, null); in testIsAvailable_notIfNull() 102 mController.onResume(mock(NotificationBackend.AppRow.class), null, null, null, null, null, in testIsAvailable_notIfNull() 111 mController.onResume(appRow, mock(NotificationChannel.class), null, null, null, null, null); in testIsAvailable_notIfAppBlocked() 120 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfAppCreatedChannel() 130 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 140 mController.onResume(appRow, channel, null, null, null, null, ImmutableList.of( in testIsAvailable_filteredIn() 151 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 159 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 173 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_configurable() 185 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testUpdateState_checkedForHighImportanceChannel() [all …]
|
D | MinImportancePreferenceControllerTest.java | 95 mController.onResume(null, null, null, null, null, null, null); in testIsAvailable_notIfNull() 103 mController.onResume(appRow, mock(NotificationChannel.class), null, null, null, null, null); in testIsAvailable_ifAppBlocked() 112 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfChannelBlocked() 122 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notForDefaultChannel() 131 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 140 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 150 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 158 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 173 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_notConfigurable() 188 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_Configurable() [all …]
|
D | HighImportancePreferenceControllerTest.java | 95 mController.onResume(null, null, null, null, null, null, null); in testIsAvailable_notIfNull() 103 mController.onResume(appRow, mock(NotificationChannel.class), null, null, null, null, null); in testIsAvailable_ifAppBlocked() 112 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfChannelBlocked() 122 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notForDefaultChannel() 131 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 140 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 150 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 158 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 173 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_notConfigurable() 187 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_Configurable() [all …]
|
D | BubbleSummaryPreferenceControllerTest.java | 101 mController.onResume(appRow, mock(NotificationChannel.class), null, null, null, null, null); in isAvailable_appBlocked_shouldReturnFalse() 108 mController.onResume(mAppRow, null, null, null, null, null, null); in isAvailable_NOTIFICATION_BUBBLESisOn_shouldReturnTrue() 116 mController.onResume(mAppRow, null, null, null, null, null, null); in isAvailable_NOTIFICATION_BUBBLESisOn_neverSentBubble_shouldReturnFalse() 126 mController.onResume(mAppRow, null, null, null, null, null, null); in isAvailable_NOTIFICATION_BUBBLESisOff_shouldReturnFalse() 137 mController.onResume(mAppRow, channel, null, null, null, null, null); in isAvailable_nonNullChannelNOTIFICATION_BUBBLESisOff_shouldReturnFalse() 148 mController.onResume(mAppRow, channel, null, null, null, null, null); in isAvailable_defaultChannelNOTIFICATION_BUBBLESisOn_shouldReturnTrue() 156 mController.onResume(mAppRow, null, null, null, null, null, null); in isAvailable_lowRam_shouldReturnFalse() 165 mController.onResume(mAppRow, null, null, null, null, null, null); in isAvailable_notLowRam_shouldReturnTrue() 174 mController.onResume(mAppRow, null, null, null, null, null, null); in updateState_setsIntent() 187 mController.onResume(appRow, null, null, null, null, null, null); in getSummary_NOTIFICATION_BUBBLESIsOff_returnsNoneString() [all …]
|
D | VibrationPreferenceControllerTest.java | 105 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notSystemDoesNotHave() 113 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfNotImportant() 122 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfDefaultChannel() 130 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 138 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 147 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 155 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 168 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_blockable() 181 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_configurable() 193 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testUpdateState_vibrateOn() [all …]
|
D | ConversationHeaderPreferenceControllerTest.java | 98 mController.onResume(null, null, null, null, null, null, null); in testIsAvailable_notIfNull() 106 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable() 114 mController.onResume(appRow, null, null, null, null, null, new ArrayList<>()); in testIsAvailable_ignoresFilter() 123 mController.onResume(appRow, null, null, null, si, null, null); in testGetLabel() 127 mController.onResume(appRow, channel, null, null, null, null, null); in testGetLabel() 130 mController.onResume(appRow, null, null, null, null, null, null); in testGetLabel() 138 mController.onResume(appRow, null, null, null, null, null, null); in testGetSummary() 142 mController.onResume(appRow, null, group, null, null, null, null); in testGetSummary() 146 mController.onResume(appRow, channel, group, null, null, null, null); in testGetSummary() 150 mController.onResume(appRow, channel, null, null, null, null, null); in testGetSummary() [all …]
|
D | ImportancePreferenceControllerTest.java | 101 mController.onResume(null, null, null, null, null, null, null); in testIsAvailable_notIfNull() 109 mController.onResume(appRow, mock(NotificationChannel.class), null, null, null, null, null); in testIsAvailable_ifAppBlocked() 120 mController.onResume(appRow, channel, group, null, null, null, null); in testIsAvailable_isGroupBlocked() 129 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_ifChannelBlocked() 139 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notForDefaultChannel() 148 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 157 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 167 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 175 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 190 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_notConfigurable() [all …]
|
D | LightsPreferenceControllerTest.java | 116 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfConfigNotAllowed() 125 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfSettingNotAllowed() 133 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfNotImportant() 142 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfDefaultChannel() 150 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 158 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 167 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 175 mController.onResume(new NotificationBackend.AppRow(), channel, null, in testUpdateState_disabledByAdmin() 188 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testUpdateState_lightsOn() 200 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testUpdateState_lightsOff() [all …]
|
D | ConversationPriorityPreferenceControllerTest.java | 101 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_notChannelNull() 109 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 117 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 121 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 130 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 138 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 153 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_notConfigurable() 167 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_Configurable() 181 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState() 196 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testImportanceLowToImportant() [all …]
|
D | DndPreferenceControllerTest.java | 90 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_app() 100 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_channel() 110 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 121 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 129 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 143 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_notBlockable() 156 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_configurable() 168 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testUpdateState_bypassDnd() 181 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testUpdateState_noBypassDnd() 194 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, null, in testOnPreferenceChange_on() [all …]
|
D | NotificationsOffPreferenceControllerTest.java | 81 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_yesIfAppBlocked() 90 mController.onResume(appRow, null, group, null, null, null, null); in testIsAvailable_yesIfChannelGroupBlocked() 99 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_yesIfChannelBlocked() 108 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 118 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 127 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_channel() 141 mController.onResume(appRow, null, group, null, null, null, null); in testUpdateState_channelGroup() 154 mController.onResume(appRow, null, null, null, null, null, null); in testUpdateState_app() 170 mController.onResume(appRow, null, null, null, null, null, null); in testUpdateState_whenToggleDisabled()
|
D | VisibilityPreferenceControllerTest.java | 126 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notSecure() 134 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfNotImportant() 143 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 147 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 155 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 164 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 181 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin_disableSecure() 203 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin_disableUnredacted() 219 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_noLockScreenNotificationsGlobally() 244 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_noLockScreenNotificationsGloballyInProfile() [all …]
|
D | InvalidConversationPreferenceControllerTest.java | 105 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_notIfAppBlocked() 115 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_notIfInValidMsgState() 125 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable() 135 mController.onResume(appRow, null, null, null, null, null, ImmutableList.of( in testIsAvailable_filteredIn() 146 mController.onResume(appRow, null, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 155 mController.onResume(appRow, null, null, in testUpdateState_disabledByAdmin() 168 mController.onResume(appRow, null, null, null, null, null, null); in testUpdateState_notChecked() 181 mController.onResume(appRow, null, null, null, null, null, null); in testUpdateState_checked() 194 mController.onResume(appRow, null, null, null, null, null, null); in testOnPreferenceChange_toggleEnabled() 213 mController.onResume(appRow, null, null, null, null, null, null); in testOnPreferenceChange_toggleDisabled()
|
D | SoundPreferenceControllerTest.java | 115 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_notIfChannelNull() 123 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfNotImportant() 132 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfDefaultChannel() 140 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 148 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 157 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 175 mController.onResume(new NotificationBackend.AppRow(), channel, null, null, null, mock( in testUpdateState_disabledByAdmin() 192 mController.onResume(appRow, channel, null, null, null, null, null); in testUpdateState_configurable() 208 mController.onResume(appRow, channel, null, null, null, null, null); in testOnPreferenceChange() 248 mController.onResume(appRow, channel, null, null, null, null, null); in testOnPreferenceTreeClick_alarmSound() [all …]
|
D | AppLinkPreferenceControllerTest.java | 78 mController.onResume(null, null, null, null, null, null, null); in testIsAvailable_notIfNull() 86 mController.onResume(appRow, null, null, null, null, null, null); in testIsAvailable_notIfAppBlocked() 95 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notIfChannelBlocked() 105 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notNoIntent() 116 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable() 130 mController.onResume(appRow, null, null, null, null, null, null); in testUpdateState()
|
D | DeletedChannelsPreferenceControllerTest.java | 84 mController.onResume(appRow, null, null, null, null, null, null); in isAvailable_appScreen_notIfAppBlocked() 91 mController.onResume(appRow, null, mock(NotificationChannelGroup.class), null, null, null, in isAvailable_groupScreen_never() 98 mController.onResume( in isAvailable_channelScreen_never() 107 mController.onResume(new NotificationBackend.AppRow(), null, null, null, null, null, null); in isAvailable_appScreen_notIfNoDeletedChannels() 114 mController.onResume( in isAvailable_appScreen() 122 mController.onResume(new NotificationBackend.AppRow(), null, null, null, null, null, null); in updateState()
|
D | ConversationPromotePreferenceControllerTest.java | 92 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_notConversation() 101 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_conversation_notDemoted() 111 mController.onResume(appRow, channel, null, null, null, null, null); in testIsAvailable_conversation_demoted() 121 mController.onResume(appRow, channel, null, null, null, null, in testIsAvailable_filteredIn() 132 mController.onResume(appRow, channel, null, null, null, null, new ArrayList<>()); in testIsAvailable_filteredOut() 143 mController.onResume(appRow, channel, null, null, null, null, null); in testHandlePreferenceClick() 165 mController.onResume(appRow, channel, null, null, null, null, null); in testHandlePreferenceClick_wrongKey()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
D | AccountPreferenceControllerTest.java | 114 mController.onResume(); in onResume_managedProfile_shouldNotAddAccountCategory() 126 mController.onResume(); in onResume_linkedUser_shouldAddOneAccountCategory() 139 mController.onResume(); in onResume_oneProfile_shouldAddOneAccountCategory() 153 mController.onResume(); in onResume_twoProfiles_shouldAddTwoAccountCategory() 167 mController.onResume(); in onResume_noProfileChange_shouldNotAddOrRemoveAccountCategory() 170 mController.onResume(); in onResume_noProfileChange_shouldNotAddOrRemoveAccountCategory() 183 mController.onResume(); in onResume_oneNewProfile_shouldAddOneAccountCategory() 188 mController.onResume(); in onResume_oneNewProfile_shouldAddOneAccountCategory() 201 mController.onResume(); in onResume_oneProfileRemoved_shouldRemoveOneAccountCategory() 205 mController.onResume(); in onResume_oneProfileRemoved_shouldRemoveOneAccountCategory() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/ |
D | NfcPreferenceControllerTest.java | 106 mNfcController.onResume(); in isNfcEnable_nfcStateNotTurning_shouldReturnTrue() 110 mNfcController.onResume(); in isNfcEnable_nfcStateNotTurning_shouldReturnTrue() 118 mNfcController.onResume(); in isNfcEnable_nfcStateTurning_shouldReturnFalse() 122 mNfcController.onResume(); in isNfcEnable_nfcStateTurning_shouldReturnFalse() 130 mNfcController.onResume(); in isNfcChecked_nfcStateOn_shouldReturnTrue() 134 mNfcController.onResume(); in isNfcChecked_nfcStateOn_shouldReturnTrue() 141 mNfcController.onResume(); in isNfcChecked_nfcStateOff_shouldReturnFalse() 145 mNfcController.onResume(); in isNfcChecked_nfcStateOff_shouldReturnFalse() 172 mNfcController.onResume(); in setChecked_True_nfcShouldEnable() 180 mNfcController.onResume(); in setChecked_False_nfcShouldDisable()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
D | MobileNetworkSummaryControllerTest.java | 139 mController.onResume(); in getSummary_noSubscriptions_returnSummaryCorrectly() 161 mController.onResume(); in getSummary_oneSubscription_correctSummaryAndClickHandler() 184 mController.onResume(); in getSummary_oneInactivePSim_cannotDisablePsim_correctSummaryAndClickHandler() 205 mController.onResume(); in getSummary_oneInactivePSim_canDisablePsim_correctSummaryAndClickHandler() 223 mController.onResume(); in addButton_noSubscriptionsNoEuiccMgr_noAddClickListener() 233 mController.onResume(); in addButton_oneSubscriptionNoEuiccMgr_noAddClickListener() 240 mController.onResume(); in addButton_noSubscriptions_noAddClickListener() 250 mController.onResume(); in addButton_oneSubscription_hasAddClickListener() 261 mController.onResume(); in addButton_twoSubscriptions_hasAddClickListener() 271 mController.onResume(); in addButton_oneSubscriptionAirplaneModeTurnedOn_addButtonGetsDisabled() [all …]
|