Searched refs:mMixin (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
H A D | SuggestionControllerMixinCompatTest.java | 56 private SuggestionControllerMixinCompat mMixin; field in SuggestionControllerMixinCompatTest 76 mMixin = new SuggestionControllerMixinCompat(mContext, mHost, mLifecycle, mComponentName); in goThroughLifecycle_onStartStop_shouldStartStopController() 90 mMixin = new SuggestionControllerMixinCompat(mContext, mHost, mLifecycle, mComponentName); in onServiceConnected_shouldGetSuggestion() 91 mMixin.onServiceConnected(); in onServiceConnected_shouldGetSuggestion() 94 null /* args */, mMixin /* callback */); in onServiceConnected_shouldGetSuggestion() 102 mMixin.onServiceConnected(); in onServiceConnected_hostNotAttached_shouldDoNothing() 112 mMixin.onServiceDisconnected(); in onServiceDisconnected_hostNotAttached_shouldDoNothing() 121 mMixin.onLoadFinished(mock(SuggestionLoaderCompat.class), null); in doneLoadingg_shouldSetSuggestionLoaded() 123 assertThat(mMixin.isSuggestionLoaded()).isTrue(); in doneLoadingg_shouldSetSuggestionLoaded() 125 mMixin.onLoaderReset(mock(SuggestionLoaderCompat.class)); in doneLoadingg_shouldSetSuggestionLoaded() [all …]
|
H A D | SuggestionControllerMixinTest.java | 56 private SuggestionControllerMixin mMixin; field in SuggestionControllerMixinTest 76 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in goThroughLifecycle_onStartStop_shouldStartStopController() 90 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in onServiceConnected_shouldGetSuggestion() 91 mMixin.onServiceConnected(); in onServiceConnected_shouldGetSuggestion() 94 null /* args */, mMixin /* callback */); in onServiceConnected_shouldGetSuggestion() 102 mMixin.onServiceConnected(); in onServiceConnected_hostNotAttached_shouldDoNothing() 112 mMixin.onServiceDisconnected(); in onServiceDisconnected_hostNotAttached_shouldDoNothing() 121 mMixin.onLoadFinished(mock(SuggestionLoader.class), null); in doneLoadingg_shouldSetSuggestionLoaded() 123 assertThat(mMixin.isSuggestionLoaded()).isTrue(); in doneLoadingg_shouldSetSuggestionLoaded() 125 mMixin.onLoaderReset(mock(SuggestionLoader.class)); in doneLoadingg_shouldSetSuggestionLoaded() [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
H A D | VisibilityLoggerMixinTest.java | 54 private VisibilityLoggerMixin mMixin; field in VisibilityLoggerMixinTest 64 mMixin.onResume(); in shouldLogVisibleOnResume() 78 mMixin.setSourceMetricsCategory(activity); in shouldLogVisibleWithSource() 79 mMixin.onResume(); in shouldLogVisibleWithSource() 88 mMixin.onPause(); in shouldLogHideOnPause() 96 mMixin = new VisibilityLoggerMixin(TestInstrumentable.TEST_METRIC, null); in shouldNotLogIfMetricsFeatureIsNull() 97 mMixin.onResume(); in shouldNotLogIfMetricsFeatureIsNull() 98 mMixin.onPause(); in shouldNotLogIfMetricsFeatureIsNull() 106 mMixin = new VisibilityLoggerMixin(METRICS_CATEGORY_UNKNOWN, mMetricsFeature); in shouldNotLogIfMetricsCategoryIsUnknown() 108 mMixin.onResume(); in shouldNotLogIfMetricsCategoryIsUnknown() [all …]
|