Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DLiveWallpaperInfo.java266 ResolveInfo[] specifiedResolveInfos = new ResolveInfo[serviceNames.size()]; in getAllContainingServiceNames() local
270 specifiedResolveInfos[index] = resolveInfo; in getAllContainingServiceNames()
274 return Arrays.asList(specifiedResolveInfos); in getAllContainingServiceNames()