Searched refs:setConfigStore (Results 1 – 6 of 6) sorted by relevance
138 mActivity.setConfigStore(mTestConfigStore); in testUpdateList_byRootItem()160 mActivity.setConfigStore(mTestConfigStore); in testUpdateList_byHybridItem()183 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_matchedState_showRow()198 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_showSelectedUserItems()222 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_showSelectedUserItems_otherUser()244 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_notInRecent_hideRow()259 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_notHandledAction_hideRow()274 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_noItems_hideRow()288 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_crossProfileSearch_hideRow()310 mActivity.setConfigStore(mTestConfigStore); in testUpdateView_notCrossProfileSearch_showRow()[all …]
47 pickerViewModel.setConfigStore(mConfigStore); in getOrCreateViewModel()
136 setConfigStore(testConfigStore); in setUp()
164 setConfigStore(mConfigStore); in setUp()
165 public void setConfigStore(ConfigStore configStore) { in setConfigStore() method in BaseActivity
317 public void setConfigStore(@NonNull ConfigStore configStore) { in setConfigStore() method in PickerViewModel