Home
last modified time | relevance | path

Searched refs:supportsCrossProfile (Results 1 – 20 of 20) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java99 public boolean supportsCrossProfile = false; field in State
183 public boolean supportsCrossProfile() { in supportsCrossProfile() method in State
184 return supportsCrossProfile; in supportsCrossProfile()
DRootInfo.java419 public boolean supportsCrossProfile() { in supportsCrossProfile() method in RootInfo
/packages/apps/DocumentsUI/src/com/android/documentsui/
DGlobalSearchLoader.java75 if (mState.supportsCrossProfile() && root.supportsCrossProfile() in shouldIgnoreRoot()
DHorizontalBreadcrumb.java202 if (mState.supportsCrossProfile() in getItemCount()
205 && mState.stack.getRoot().supportsCrossProfile()) { in getItemCount()
DProfileTabs.java259 return mState.supportsCrossProfile() in shouldShow()
263 && mState.stack.getRoot() != null && mState.stack.getRoot().supportsCrossProfile(); in shouldShow()
DDirectoryLoader.java214 return mState.supportsCrossProfile() in shouldSearchAcrossProfile()
215 && mRoot.supportsCrossProfile() in shouldSearchAcrossProfile()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DGlobalSearchLoaderTest.java137 mEnv.state.supportsCrossProfile = true; in testCrossProfileRoot_notInTextSearch_beIgnored()
146 mEnv.state.supportsCrossProfile = true; in testCrossProfileRoot_inTextSearch_beIncluded()
298 mEnv.state.supportsCrossProfile = true; in testSearchResult_includeCurrentUserRootOnly()
336 mEnv.state.supportsCrossProfile = true; in testSearchResult_includeBothUsersRoots()
370 mEnv.state.supportsCrossProfile = true; in testSearchResult_emptyCurrentUsersRoot()
DProfileTabsTest.java90 mState.supportsCrossProfile = true; in setUp()
157 mState.supportsCrossProfile = false; in testUpdateView_twoUsers_doesNotSupportCrossProfile_shouldHide()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickActivity.java175 ? new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in getAppsRowManager()
177 : new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in getAppsRowManager()
233 if (mState.supportsCrossProfile) { in setupLayout()
292 state.supportsCrossProfile = true; in includeState()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DUserItemsCombiner.java92 if (mState.supportsCrossProfile() && mState.canShareAcrossProfile) { in createPresentableList()
125 if (mState.supportsCrossProfile()) { in createPresentableListForAllUsers()
DRootItemListBuilder.java85 if (!testRootItem.root.supportsCrossProfile()) { in getRootItemForSelectedUser()
DRootsFragment.java268 getBaseActivity().getDisplayState().supportsCrossProfile(); in onActivityCreated()
274 if (state.supportsCrossProfile() && handlerAppIntent != null) { in onActivityCreated()
597 } else if (state.supportsCrossProfile && state.canInteractWith(userIds.get(i))) { in addToApplicationItemListPrivateSpaceEnabled()
607 if (state.supportsCrossProfile() && state.canShareAcrossProfile) { in addToApplicationItemListPrivateSpaceDisabled()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DAppsRowManagerTest.java289 mState.supportsCrossProfile = true; in testUpdateView_crossProfileSearch_hideRow()
311 mState.supportsCrossProfile = true; in testUpdateView_notCrossProfileSearch_showRow()
333 mState.supportsCrossProfile = true; in testUpdateView_noItemsOnSelectedUser_hideRow()
DInflateMessageDocumentHolderTest.java85 env.getDisplayState().supportsCrossProfile = true; in setUp()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java205 ? new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in getAppsRowManager()
207 : new AppsRowManager(mInjector.actions, mState.supportsCrossProfile(), in getAppsRowManager()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersAccess.java116 if (!UserId.CURRENT_USER.equals(root.userId) && !state.supportsCrossProfile()) { in getMatchingRoots()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowManager.java109 && state.supportsCrossProfile() in shouldShow()
DDirectoryFragment.java480 if (mState.supportsCrossProfile()) { in onDestroyView()
519 mIconHelper = new IconHelper(mActivity, MODE_GRID, mState.supportsCrossProfile(), in onActivityCreated()
641 if (mState.supportsCrossProfile()) { in onActivityCreated()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/
DProvidersAccessTest.java137 mState.supportsCrossProfile = true; in testMatchingRoots_FlacOrPng_crossProfile()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DUserItemsCombinerTest.java94 mState.supportsCrossProfile = true; in setUp()