Home
last modified time | relevance | path

Searched defs:resolutions (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java958 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityForced() local
984 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSupportMultiDisplay() local
1005 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay() local
1037 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenOtherActivitySupportMultiDisplay() local
/aosp14/frameworks/base/core/proto/android/service/
H A Dprint.proto95 repeated ResolutionProto resolutions = 3; field
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java1537 final List<ResolveInfo> resolutions = resolveActivities(userId, homeIntent); in resolveSecondaryHomeActivity() local
1579 List<ResolveInfo> resolutions; in resolveActivities() local
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java904 List<Resolution> resolutions = capabilities.getResolutions(); in onAdvancedPrintOptionsActivityResult() local