Searched refs:handlerAppIntent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootsFragment.java | 261 Intent handlerAppIntent = getArguments().getParcelable(EXTRA_INCLUDE_APPS_INTENT); in onActivityCreated() 274 if (state.supportsCrossProfile() && handlerAppIntent != null) { in onActivityCreated() 279 userManagerState.getCanForwardToProfileIdMap(handlerAppIntent); in onActivityCreated() 284 handlerAppIntent, getContext(), in onActivityCreated() 301 shouldIncludeHandlerApp ? handlerAppIntent : null, in onActivityCreated() 395 @Nullable Intent handlerAppIntent, in sortLoadResult() argument 452 if (handlerAppIntent != null) { in sortLoadResult() 453 includeHandlerApps(state, handlerAppIntent, excludePackage, rootList, rootListOtherUser, in sortLoadResult() 509 Intent handlerAppIntent, @Nullable String excludePackage, List<Item> rootList, in includeHandlerApps() argument 512 if (VERBOSE) Log.v(TAG, "Adding handler apps for intent: " + handlerAppIntent); in includeHandlerApps() [all …]
|