Searched refs:handlerAppIntent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootsFragment.java | 241 Intent handlerAppIntent = getArguments().getParcelable(EXTRA_INCLUDE_APPS); in onActivityCreated() 247 List<Item> sortedItems = sortLoadResult(roots, excludePackage, handlerAppIntent, in onActivityCreated() 277 @Nullable Intent handlerAppIntent, in sortLoadResult() argument 318 if (handlerAppIntent != null) { in sortLoadResult() 319 includeHandlerApps(handlerAppIntent, excludePackage, result, otherProviders); in sortLoadResult() 343 Intent handlerAppIntent, @Nullable String excludePackage, List<Item> result, in includeHandlerApps() argument 345 if (VERBOSE) Log.v(TAG, "Adding handler apps for intent: " + handlerAppIntent); in includeHandlerApps() 349 handlerAppIntent, PackageManager.MATCH_DEFAULT_ONLY); in includeHandlerApps()
|