Home
last modified time | relevance | path

Searched defs:summary (Results 1 – 25 of 1566) sorted by relevance

12345678910>>...63

/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DSizeVoteTest.kt43 val summary = createVotesSummary(isDisplayResolutionRangeVotingEnabled = false) in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled() constant
59 val summary = createVotesSummary(isDisplayResolutionRangeVotingEnabled = false) in doesNotUpdateSiz_widthSet_resolutionVotingDisabled() constant
75 val summary = createVotesSummary(isDisplayResolutionRangeVotingEnabled = false) in doesNotUpdateSize_heightSet_resolutionVotingDisabled() constant
91 val summary = createVotesSummary() in updatesWidthWithSmallerValue_resolutionVotingEnabled() constant
101 val summary = createVotesSummary() in doesNotUpdateWidthWithBiggerValue_resolutionVotingEnabled() constant
111 val summary = createVotesSummary() in updatesHeightWithSmallerValue_resolutionVotingEnabled() constant
121 val summary = createVotesSummary() in doesNotUpdateHeightWithBiggerValue_resolutionVotingEnabled() constant
131 val summary = createVotesSummary() in updatesMinWidthWithSmallerValue_resolutionVotingEnabled() constant
142 val summary = createVotesSummary() in doesNotUpdateMinWidthWithBiggerValue_resolutionVotingEnabled() constant
153 val summary = createVotesSummary() in updatesMinHeightWithSmallerValue_resolutionVotingEnabled() constant
[all …]
H A DPhysicalVoteTest.kt41 val summary = createVotesSummary() in updatesMinPhysicalRefreshRateWithBiggerValue() constant
51 val summary = createVotesSummary() in doesNotUpdateMinPhysicalRefreshRateWithSmallerValue() constant
61 val summary = createVotesSummary() in updatesMaxPhysicalRefreshRateWithSmallerValue() constant
71 val summary = createVotesSummary() in doesNotUpdateMaxPhysicalRefreshRateWithBiggerValue() constant
81 val summary = createVotesSummary() in updatesMaxRenderFrameRateWithSmallerValue() constant
91 val summary = createVotesSummary() in doesNotUpdateMaxRenderFrameRateWithBiggerValue() constant
H A DRenderVoteTest.kt42 val summary = createVotesSummary() in updatesMinRenderFrameRateWithBiggerValue() constant
52 val summary = createVotesSummary() in doesNotUpdateMinRenderFrameRateWithSmallerValue() constant
62 val summary = createVotesSummary() in updatesMaxPRenderFrameRateWithSmallerValue() constant
72 val summary = createVotesSummary() in doesNotUpdateMaxPRenderFrameRateWithBiggerValue() constant
82 val summary = createVotesSummary() in updatesMinPhysicalRefreshRateWithBiggerValue() constant
92 val summary = createVotesSummary() in doesNotUpdateMinPhysicalRefreshRateWithSmallerValue() constant
H A DVoteSummaryTest.kt86 val summary = createSummary(testCase.supportedModesVoteEnabled) in testFiltersModes_supportedRefreshRates() constant
146 val summary = createSummary(testCase.supportedModesVoteEnabled) in testFiltersModes_supportedModes() constant
156 val summary = createSummary() in testInvalidSummary_requestedRefreshRateLessThanMinRenderRate() constant
168 val summary = createSummary() in testInvalidSummary_requestedRefreshRateMoreThanMaxRenderRate() constant
180 val summary = createSummary() in testValidSummary_requestedRefreshRatesWithingRenderRateLimits() constant
198 val summary = createVotesSummary(supportedModesVoteEnabled = supportedModesVoteEnabled) in createSummary() constant
H A DDisableRefreshRateSwitchingVoteTest.kt34 val summary = createVotesSummary() in testDisableRefreshRateSwitch_alreadyDisabled() constant
45 val summary = createVotesSummary() in disablesRefreshRateSwitch_notDisabled_requested() constant
55 val summary = createVotesSummary() in doesNotDisableRefreshRateSwitch_notDisabled_notRequested() constant
H A DSupportedRefreshRatesVoteTest.kt46 val summary = createVotesSummary() in addsSupportedRefreshRates_summaryHasNull() constant
55 val summary = createVotesSummary() in doesNotAddSupportedRefreshRates_summaryHasEmptyList() constant
65 val summary = createVotesSummary() in filtersSupportedRefreshRatesThatDoesNotMatchVote() constant
H A DSupportedModesVoteTest.kt43 val summary = createVotesSummary() in addsSupportedModeIds_summaryHasNull() constant
52 val summary = createVotesSummary() in doesNotAddSupportedModeIdes_summaryHasEmptyList() constant
62 val summary = createVotesSummary() in filtersModeIdsThatDoesNotMatchVote() constant
H A DBaseModeRefreshRateVoteTest.kt43 val summary = createVotesSummary() in updatesSummary_doesNotUpdateSummary_baseModeRefreshRateNotSet() constant
52 val summary = createVotesSummary() in doesNotUpdateSummary_baseModeRefreshRateSet() constant
63 val summary = createVotesSummary() in doesNotUpdateSummary_baseModeRefreshRateNotSet_requestedRefreshRateInvalid() constant
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/
DNetworkProviderCallsSmsControllerTest.kt44 val summary = controller.getSummary( in <lambda>() constant
57 val summary = controller.getSummary( in <lambda>() constant
70 val summary = controller.getSummary( in <lambda>() constant
81 val summary = controller.getSummary( in <lambda>() constant
92 val summary = controller.getSummary( in <lambda>() constant
103 val summary = controller.getSummary( in <lambda>() constant
114 val summary = controller.getSummary( in <lambda>() constant
125 val summary = controller.getSummary( in <lambda>() constant
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/permission/ui/model/
DReviewPermissionsViewModelTest.kt109 val summary = model.getSummaryForIndividuallyControlledPermGroup(permGroup) in getSummary_individuallyControllerGroup() constant
121 val summary = in getSummary_foregroundFixedPolicy() constant
147 val summary = in getSummary_backgroundFixedPolicy_foregroundRequested() constant
173 val summary = in getSummary_backgroundFixedPolicy() constant
200 val summary = in getSummary_fullyFixedPolicy_hasForegroundGroup() constant
224 val summary = in getSummary_fullyFixedPolicy_hasBackgroundGroup() constant
247 val summary = in getSummary_fullyFixedPolicy_hasNoBackgroundGroup() constant
267 val summary = in getSummary_ForegroundDisabledByPolicy() constant
286 val summary = in getSummary_systemFixedPolicy() constant
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java1840 NotificationRecord summary = getNotificationRecord(pkg, AUTOGROUP_AT_COUNT, in testNoGroup_summaryWithChildren_forcedGrouping() local
1863 NotificationRecord summary = getNotificationRecord(pkg, AUTOGROUP_AT_COUNT, in testNoGroup_groupWithSummary_forcedGrouping() local
1869 summaryByGroup.put(summary.getGroupKey(), summary); in testNoGroup_groupWithSummary_forcedGrouping() local
2182 NotificationRecord summary = getNotificationRecord(pkg, i + 42, String.valueOf(i + 42), in testRemoveChildNotification_summaryForceGrouped() local
2191 NotificationRecord summary = getNotificationRecord(pkg, summaryId, in testRemoveChildNotification_summaryForceGrouped() local
2194 summaryByGroup.put(summary.getGroupKey(), summary); in testRemoveChildNotification_summaryForceGrouped() local
2238 NotificationRecord summary = getNotificationRecord(pkg, i, in testRemoveChildNotification_groupBecomesSingleton() local
2244 summaryByGroup.put(summary.getGroupKey(), summary); in testRemoveChildNotification_groupBecomesSingleton() local
2252 NotificationRecord summary = getNotificationRecord(pkg, summaryId, in testRemoveChildNotification_groupBecomesSingleton() local
2255 summaryByGroup.put(summary.getGroupKey(), summary); in testRemoveChildNotification_groupBecomesSingleton() local
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/model/enterprise/
H A DRestrictedModeTest.kt100 val summary = blockedByAdmin.getSummary(true) in blockedByAdmin_getSummaryWhenChecked() constant
111 val summary = blockedByAdmin.getSummary(false) in blockedByAdmin_getSummaryNotWhenChecked() constant
130 val summary = blockedByAdmin.getSummary(true) in blockedByAdmin_disabledByAdvancedProtection_getSummaryWhenChecked() constant
149 val summary = blockedByAdmin.getSummary(false) in blockedByAdmin_disabledByAdvancedProtection_getSummaryWhenNotChecked() constant
168 val summary = blockedByAdmin.getSummary(true) in blockedByAdmin_notDisabledByAdvancedProtection_getSummaryWhenChecked() constant
187 val summary = blockedByAdmin.getSummary(false) in blockedByAdmin_notDisabledByAdvancedProtection_getSummaryWhenNotChecked() constant
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/notification/
DAppNotificationRepositoryTest.kt250 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_notEnabled() constant
261 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_noChannel() constant
272 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_allChannelsBlocked() constant
284 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_noChannelBlocked() constant
296 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_someChannelsBlocked() constant
303 val summary = repository.calculateFrequencySummary(4) in calculateFrequencySummary_daily() constant
310 val summary = repository.calculateFrequencySummary(3) in calculateFrequencySummary_weekly() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManagerTest.kt49 val summary = in isChildInGroup_summary() constant
68 val summary = in isGroupSummary_summary() constant
81 val summary = in isGroupSummary_child() constant
101 val summary = in getGroupSummary_summary() constant
114 val summary = in getGroupSummary_child() constant
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/regionalpreferences/
DFirstDayOfWeekControllerTest.java67 String summary = mController.getSummary().toString(); in getSummary_hasProviderValue_resultIsWed() local
70 mApplicationContext, "wednesday_first_day_of_week"), summary); in getSummary_hasProviderValue_resultIsWed() local
78 String summary = mController.getSummary().toString(); in getSummary_hasProviderValue_resultIsSat() local
81 mApplicationContext, "saturday_first_day_of_week"), summary); in getSummary_hasProviderValue_resultIsSat() local
90 String summary = mController.getSummary().toString(); in getSummary_noProviderValueButHasDefaultLocaleWithSubtag_resultIsSat() local
93 mApplicationContext, "saturday_first_day_of_week"), summary); in getSummary_noProviderValueButHasDefaultLocaleWithSubtag_resultIsSat() local
102 String summary = mController.getSummary().toString(); in getSummary_noProviderValueAndDefaultLocaleWithoutSubtag_resultIsdefault() local
105 mApplicationContext, "default_string_of_regional_preference"), summary); in getSummary_noProviderValueAndDefaultLocaleWithoutSubtag_resultIsdefault() local
DTemperatureUnitControllerTest.java68 String summary = mController.getSummary().toString(); in getSummary_hasProviderValue_resultIsCelsius() local
71 mApplicationContext, "celsius_temperature_unit"), summary); in getSummary_hasProviderValue_resultIsCelsius() local
80 String summary = mController.getSummary().toString(); in getSummary_hasProviderValue_resultIsFahrenheit() local
83 mApplicationContext, "fahrenheit_temperature_unit"), summary); in getSummary_hasProviderValue_resultIsFahrenheit() local
92 String summary = mController.getSummary().toString(); in getSummary_noProviderValueButHasDefaultLocaleWithSubtag_resultIsFahrenheit() local
95 mApplicationContext, "fahrenheit_temperature_unit"), summary); in getSummary_noProviderValueButHasDefaultLocaleWithSubtag_resultIsFahrenheit() local
104 String summary = mController.getSummary().toString(); in getSummary_noProviderValueAndDefaultLocaleWithoutSubtag_resultIsDefault() local
107 mApplicationContext, "default_string_of_regional_preference"), summary); in getSummary_noProviderValueAndDefaultLocaleWithoutSubtag_resultIsDefault() local
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/wifi/
DWifiSummaryRepositoryTest.kt61 val summary = repository.summaryFlow().firstWithTimeoutOrNull() in <lambda>() constant
79 val summary = repository.summaryFlow().firstWithTimeoutOrNull() in <lambda>() constant
98 val summary = repository.summaryFlow().firstWithTimeoutOrNull() in <lambda>() constant
118 val summary = repository.summaryFlow().firstWithTimeoutOrNull() in <lambda>() constant
137 val summary = repository.summaryFlow().firstWithTimeoutOrNull() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/template/app/
H A DTogglePermissionAppListPageTest.kt115 val summary = getSummary(listModel) in <lambda>() constant
125 val summary = getSummary(listModel) in <lambda>() constant
136 val summary = getSummary(listModel) in <lambda>() constant
152 val summary = getSummary(listModel) in <lambda>() constant
176 val summary = getSummary(listModel) in <lambda>() constant
206 val summary = getSummary(listModel) in <lambda>() constant
270 lateinit var summary: () -> String in <lambda>() variable
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilitySettingsTest.java210 final CharSequence summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_serviceCrash_showsStopped() local
223 final CharSequence summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_invisibleToggle_shortcutEnabled_showsOnSummary() local
239 final CharSequence summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_invisibleToggle_shortcutDisabled_showsOffSummary() local
254 String summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_enableServiceShortcutOn_showsServiceEnabledShortcutOn() local
266 String summary = AccessibilitySettings.getServiceSummary( in getServiceSummary_enableServiceShortcutOff_showsServiceEnabledShortcutOff() local
278 String summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_disableServiceShortcutOff_showsDisabledShortcutOff() local
290 String summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_disableServiceShortcutOn_showsDisabledShortcutOn() local
302 String summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_enableServiceShortcutOffAndHasSummary_showsEnabledSummary() local
317 String summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_enableServiceShortcutOnAndHasSummary_showsEnabledSummary() local
332 String summary = AccessibilitySettings.getServiceSummary(mContext, in getServiceSummary_disableServiceShortcutOnAndHasSummary_showsDisabledSummary() local
[all …]
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/security/
DScreenLockPreferenceDetailsUtilsTest.java113 final String summary = prepareString("unlock_set_unlock_mode_off", "unlockModeOff"); in getSummary_unsecureAndDisabledPattern_shouldReturnUnlockModeOff() local
123 final String summary = in getSummary_unsecurePattern_shouldReturnUnlockModeNone() local
134 final String summary = in getSummary_passwordQualitySomething_shouldUnlockModePattern() local
146 final String summary = in getSummary_passwordQualityNumeric_shouldUnlockModePin() local
158 final String summary = prepareString("unlock_set_unlock_mode_pin", "unlockModePin"); in getSummary_passwordQualityNumericComplex_shouldUnlockModePin() local
169 final String summary = in getSummary_passwordQualityAlphabetic_shouldUnlockModePassword() local
181 final String summary = in getSummary_passwordQualityAlphanumeric_shouldUnlockModePassword() local
193 final String summary = in getSummary_passwordQualityComplex_shouldUnlockModePassword() local
205 final String summary = in getSummary_passwordQualityManaged_shouldUnlockModePassword() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeSummaryHelperTest.java477 String summary = mSummaryHelper.getModesSummary(ImmutableList.of()); in getModesSummary_noModesWtf_fallbackSummary() local
487 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_oneMode_listsMode() local
498 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_twoModes_listsModes() local
510 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_threeModes_listsModes() local
525 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_manyModes_listsThreeModes() local
537 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_excludesImplicitModes() local
547 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_oneModeActive_listsActiveMode() local
558 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_twoModesActive_listsActiveModes() local
572 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_threeModesActive_listsActiveModes() local
586 String summary = mSummaryHelper.getModesSummary(modes); in getModesSummary_manyModesActive_listsSomeActiveModes() local
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DNetworkProviderSimListControllerTest.java156 String summary = setSummaryResId("mobile_network_tap_to_activate", DISPLAY_NAME_1); in getSummary_tapToActivePSim() local
158 assertTrue(TextUtils.equals(mController.getSummary(mSubInfo1, DISPLAY_NAME_1), summary)); in getSummary_tapToActivePSim() local
170 String summary = setSummaryResId("sim_category_inactive_sim", null); in getSummary_inactivePSim() local
172 assertTrue(TextUtils.equals(mController.getSummary(mSubInfo1, DISPLAY_NAME_1), summary)); in getSummary_inactivePSim() local
185 final StringBuilder summary = new StringBuilder(); in getSummary_defaultCalls() local
189 assertTrue(TextUtils.equals(mController.getSummary(mSubInfo1, DISPLAY_NAME_1), summary)); in getSummary_defaultCalls() local
206 final StringBuilder summary = new StringBuilder(); in getSummary_defaultCallsAndSms() local
210 assertTrue(TextUtils.equals(mController.getSummary(mSubInfo1, DISPLAY_NAME_1), summary)); in getSummary_defaultCallsAndSms() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/preference/
H A DPreferencePageProvider.kt62 override val summary = { "Simple summary" } in Page() constant
64 val summary = stringResource(R.string.single_line_summary_preference_summary) in Page() constant
69 override val summary = { summary } in Page() constant
77 override val summary = { "Disabled summary" } in Page() constant
91 override val summary = { asyncSummary } in Page() constant
97 override val summary = { count.toString() } in Page() constant
108 override val summary = { ticks.toString() } in Page() constant
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DExternalSourcesDetailsTest.java279 CharSequence summary = ExternalSourcesDetails.getPreferenceSummary(mContext, mAppEntry); in getPreferenceSummary_restrictedBySystem_adminString() local
291 CharSequence summary = ExternalSourcesDetails.getPreferenceSummary(mContext, mAppEntry); in getPreferenceSummary_restrictedByProfileOwner_disabledString() local
303 CharSequence summary = ExternalSourcesDetails.getPreferenceSummary(mContext, mAppEntry); in getPreferenceSummary_restrictedByDeviceOwner_disabledString() local
315 CharSequence summary = ExternalSourcesDetails.getPreferenceSummary(mContext, mAppEntry); in getPreferenceSummary_baseRestricted_disabledString() local
329 CharSequence summary = ExternalSourcesDetails.getPreferenceSummary(mContext, mAppEntry); in getPreferenceSummary_restrictedOnUser_adminString() local
349 CharSequence summary = ExternalSourcesDetails.getPreferenceSummary(mContext, mAppEntry); in getPreferenceSummary_restrictedGlobally_adminString() local
370 CharSequence summary = ExternalSourcesDetails.getPreferenceSummary(mContext, mAppEntry); in getPreferenceSummary_restrictedGlobally_advancedProtectionString() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDismissibilityCoordinatorTest.kt192 val summary = NotificationEntryBuilder().setTag("summary").build() in testNonDismissableEntryInGroup() constant
212 val summary = NotificationEntryBuilder().setTag("summary").build() in testOngoingEntryInGroupWhenPhoneIsLocked() constant
232 val summary = NotificationEntryBuilder().setTag("summary").build() in testOngoingEntryInGroupWhenPhoneIsUnLocked() constant
292 val summary = in testNonDismissableSummary() constant

12345678910>>...63