Searched refs:mAppsRowManager (Results 1 – 4 of 4) sorted by relevance
59 private AppsRowManager mAppsRowManager; field in AppsRowManagerTest75 mAppsRowManager = new AppsRowManager(mActionHandler, mMaybeShowBadge, mTestUserIdManager); in setUp()104 final List<AppsRowItemData> chipDataList = mAppsRowManager.updateList(rootList); in testUpdateList_byRootItem()127 final List<AppsRowItemData> chipDataList = mAppsRowManager.updateList(hybridList); in testUpdateList_byHybridItem()143 mAppsRowManager.updateList(rootList); in testUpdateView_matchedState_showRow()145 mAppsRowManager.updateView(mActivity); in testUpdateView_matchedState_showRow()164 mAppsRowManager.updateList(rootList); in testUpdateView_showSelectedUserItems()166 mAppsRowManager.updateView(mActivity); in testUpdateView_showSelectedUserItems()188 mAppsRowManager.updateList(rootList); in testUpdateView_showSelectedUserItems_otherUser()190 mAppsRowManager.updateView(mActivity); in testUpdateView_showSelectedUserItems_otherUser()[all …]
92 protected AppsRowManager mAppsRowManager; field in BaseActivity210 mAppsRowManager.updateView(BaseActivity.this); in onCreate()223 mAppsRowManager.updateView(BaseActivity.this); in onCreate()635 mAppsRowManager.updateView(this); in refreshCurrentRootAndDirectory()
160 mAppsRowManager = new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in onCreate()162 mInjector.appsRowManager = mAppsRowManager; in onCreate()
148 mAppsRowManager = new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in onCreate()150 mInjector.appsRowManager = mAppsRowManager; in onCreate()