Home
last modified time | relevance | path

Searched refs:testSubject (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DEnterTransitionAnimationDelegateTest.kt63 private val testSubject = EnterTransitionAnimationDelegate(activity) { in <lambda>() constant in com.android.intentresolver.EnterTransitionAnimationDelegateTest
81 testSubject.postponeTransition() in test_postponeTransition_timeout()
82 testSubject.markOffsetCalculated() in test_postponeTransition_timeout()
91 testSubject.postponeTransition() in test_postponeTransition_animation_resumes_only_once()
92 testSubject.markOffsetCalculated() in test_postponeTransition_animation_resumes_only_once()
93 testSubject.onTransitionElementReady(elementName) in test_postponeTransition_animation_resumes_only_once()
94 testSubject.markOffsetCalculated() in test_postponeTransition_animation_resumes_only_once()
95 testSubject.onTransitionElementReady(elementName) in test_postponeTransition_animation_resumes_only_once()
103 testSubject.postponeTransition() in test_postponeTransition_resume_animation_conditions()
106 testSubject.markOffsetCalculated() in test_postponeTransition_resume_animation_conditions()
[all …]
DShortcutSelectionLogicTest.kt77 val testSubject = ShortcutSelectionLogic( in <lambda>() constant
82 val isUpdated = testSubject.addServiceResults( in <lambda>()
109 val testSubject = ShortcutSelectionLogic( in <lambda>() constant
114 val isUpdated = testSubject.addServiceResults( in <lambda>()
141 val testSubject = ShortcutSelectionLogic( in <lambda>() constant
146 val isUpdated = testSubject.addServiceResults( in <lambda>()
175 val testSubject = ShortcutSelectionLogic( in <lambda>() constant
180 testSubject.addServiceResults( in <lambda>()
193 testSubject.addServiceResults( in <lambda>()
219 val testSubject = ShortcutSelectionLogic( in <lambda>() constant
[all …]
DImagePreviewImageLoaderTest.kt56 private val testSubject = ImagePreviewImageLoader( constant
74 testSubject.prePopulate(listOf(uriOne, uriTwo)) in <lambda>()
79 testSubject(uriOne) in <lambda>()
85 testSubject(uriOne) in <lambda>()
86 testSubject(uriOne) in <lambda>()
93 testSubject(uriOne) in <lambda>()
94 testSubject(uriTwo) in <lambda>()
95 testSubject(uriTwo) in <lambda>()
96 testSubject(uriOne) in <lambda>()
DChooserListAdapterTest.kt89 val testSubject = createChooserListAdapter { iconTask } in testDirectShareTargetLoadingIconIsStarted() constant
90 testSubject.onBindView(view, targetInfo, 0) in testDirectShareTargetLoadingIconIsStarted()
105 val testSubject = createChooserListAdapter { testTaskProvider.invoke() } in testOnlyOneTaskPerTarget() constant
106 testSubject.onBindView(view, targetInfo, 0) in testOnlyOneTaskPerTarget()
112 testSubject.onBindView(view, targetInfo, 0) in testOnlyOneTaskPerTarget()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/contentpreview/
DChooserContentPreviewUiTest.kt70 val testSubject = ChooserContentPreviewUi( in <lambda>() constant
79 assertThat(testSubject.preferredContentPreview) in <lambda>()
90 val testSubject = ChooserContentPreviewUi( in <lambda>() constant
99 assertThat(testSubject.preferredContentPreview) in <lambda>()
111 val testSubject = ChooserContentPreviewUi( in <lambda>() constant
120 assertThat(testSubject.preferredContentPreview) in <lambda>()
132 val testSubject = ChooserContentPreviewUi( in <lambda>() constant
141 assertThat(testSubject.preferredContentPreview) in <lambda>()
161 val testSubject = ChooserContentPreviewUi( in <lambda>() constant
170 assertThat(testSubject.preferredContentPreview) in <lambda>()
[all …]
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/shortcuts/
DShortcutLoaderTest.kt83 val testSubject = ShortcutLoader( in test_queryShortcuts_result_consistency_with_AppPredictor() constant
94 testSubject.queryShortcuts(appTargets) in test_queryShortcuts_result_consistency_with_AppPredictor()
149 val testSubject = ShortcutLoader( in test_queryShortcuts_result_consistency_with_ShortcutManager() constant
160 testSubject.queryShortcuts(appTargets) in test_queryShortcuts_result_consistency_with_ShortcutManager()
200 val testSubject = ShortcutLoader( in test_queryShortcuts_falls_back_to_ShortcutManager_on_empty_reply() constant
211 testSubject.queryShortcuts(appTargets) in test_queryShortcuts_falls_back_to_ShortcutManager_on_empty_reply()
284 val testSubject = ShortcutLoader( in testDisabledWorkProfileDoNotCallSystem() constant
295 testSubject.queryShortcuts(arrayOf<DisplayResolveInfo>(mock())) in testDisabledWorkProfileDoNotCallSystem()
314 val testSubject = ShortcutLoader( in testAlwaysCallSystemForMainProfile() constant
325 testSubject.queryShortcuts(arrayOf<DisplayResolveInfo>(mock())) in testAlwaysCallSystemForMainProfile()
DShortcutToChooserTargetConverterTest.kt34 private val testSubject = ShortcutToChooserTargetConverter() in <lambda>() constant in com.android.intentresolver.shortcuts.ShortcutToChooserTargetConverterTest
57 var chooserTargets = testSubject.convertToChooserTarget( in <lambda>()
80 chooserTargets = testSubject.convertToChooserTarget( in <lambda>()
100 val testSubject = ShortcutToChooserTargetConverter() in <lambda>() constant
105 var chooserTargets = testSubject.convertToChooserTarget( in <lambda>()
127 chooserTargets = testSubject.convertToChooserTarget( in <lambda>()