Home
last modified time | relevance | path

Searched refs:mAppsRowManager (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DAppsRowManagerTest.java59 private AppsRowManager mAppsRowManager; field in AppsRowManagerTest
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()
200 mAppsRowManager.updateList(rootList); in testUpdateView_notInRecent_hideRow()
216 mAppsRowManager.updateList(rootList); in testUpdateView_notHandledAction_hideRow()
229 mAppsRowManager.updateList(rootList); in testUpdateView_noItems_hideRow()
251 mAppsRowManager.updateList(rootList); in testUpdateView_crossProfileSearch_hideRow()
[all …]
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java92 protected AppsRowManager mAppsRowManager; field in BaseActivity
210 mAppsRowManager.updateView(BaseActivity.this); in onCreate()
223 mAppsRowManager.updateView(BaseActivity.this); in onCreate()
635 mAppsRowManager.updateView(this); in refreshCurrentRootAndDirectory()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DFilesActivity.java160 mAppsRowManager = new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in onCreate()
162 mInjector.appsRowManager = mAppsRowManager; in onCreate()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DPickActivity.java148 mAppsRowManager = new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in onCreate()
150 mInjector.appsRowManager = mAppsRowManager; in onCreate()