Searched refs:mAppsRowManager (Results 1 – 4 of 4) sorted by relevance
52 private AppsRowManager mAppsRowManager; field in AppsRowManagerTest65 mAppsRowManager = new AppsRowManager(mActionHandler); in setUp()86 final List<AppsRowItemData> chipDataList = mAppsRowManager.updateList(rootList); in testUpdateList_byRootItem()105 final List<AppsRowItemData> chipDataList = mAppsRowManager.updateList(hybridList); in testUpdateList_byHybridItem()122 mAppsRowManager.updateList(rootList); in testUpdateView_matchedState_showRow()124 mAppsRowManager.updateView(mActivity); in testUpdateView_matchedState_showRow()135 mAppsRowManager.updateList(rootList); in testUpdateView_notInRecent_hideRow()139 mAppsRowManager.updateView(mActivity); in testUpdateView_notInRecent_hideRow()151 mAppsRowManager.updateList(rootList); in testUpdateView_notHandledAction_hideRow()153 mAppsRowManager.updateView(mActivity); in testUpdateView_notHandledAction_hideRow()[all …]
149 mAppsRowManager = new AppsRowManager(mInjector.actions); in onCreate()150 mInjector.appsRowManager = mAppsRowManager; in onCreate()
134 mAppsRowManager = new AppsRowManager(mInjector.actions); in onCreate()135 mInjector.appsRowManager = mAppsRowManager; in onCreate()
93 protected AppsRowManager mAppsRowManager; field in BaseActivity570 mAppsRowManager.updateView(this); in refreshCurrentRootAndDirectory()