Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java256 Intent handlerAppIntent = getArguments().getParcelable(EXTRA_INCLUDE_APPS_INTENT); in onActivityCreated()
268 if (state.supportsCrossProfile() && handlerAppIntent != null) { in onActivityCreated()
270 getContext().getPackageManager(), handlerAppIntent); in onActivityCreated()
280 shouldIncludeHandlerApp ? handlerAppIntent : null, in onActivityCreated()
354 @Nullable Intent handlerAppIntent, in sortLoadResult() argument
405 if (handlerAppIntent != null) { in sortLoadResult()
406 includeHandlerApps(state, handlerAppIntent, excludePackage, rootList, rootListOtherUser, in sortLoadResult()
441 Intent handlerAppIntent, @Nullable String excludePackage, List<Item> rootList, in includeHandlerApps() argument
444 if (VERBOSE) Log.v(TAG, "Adding handler apps for intent: " + handlerAppIntent); in includeHandlerApps()
454 handlerAppIntent, PackageManager.MATCH_DEFAULT_ONLY); in includeHandlerApps()