Searched refs:SuggestionControllerMixin (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
D | SuggestionControllerMixinTest.java | 51 private SuggestionControllerMixin.SuggestionControllerHost mHost; 56 private SuggestionControllerMixin mMixin; 76 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in goThroughLifecycle_onStartStop_shouldStartStopController() 90 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in onServiceConnected_shouldGetSuggestion() 101 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in onServiceConnected_hostNotAttached_shouldDoNothing() 111 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in onServiceDisconnected_hostNotAttached_shouldDoNothing() 119 mMixin = new SuggestionControllerMixin(mContext, mHost, mLifecycle, mComponentName); in doneLoadingg_shouldSetSuggestionLoaded()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/ |
D | SuggestionControllerMixin.java | 40 public class SuggestionControllerMixin implements SuggestionController.ServiceConnectionListener, class 66 public SuggestionControllerMixin(Context context, SuggestionControllerHost host, in SuggestionControllerMixin() method in SuggestionControllerMixin
|