Searched refs:newInstanceForTesting (Results 1 – 2 of 2) sorted by relevance
40 mIconsUriHelper = IconsUriHelper.newInstanceForTesting(null); in setUp()45 final IconsUriHelper iconsUriHelper = IconsUriHelper.newInstanceForTesting(() -> "pkgId"); in testGetContentUri()108 final IconsUriHelper iconsUriHelper = IconsUriHelper.newInstanceForTesting(() -> "pkgId"); in testGetResourceInfo_invalidScheme()122 final IconsUriHelper iconsUriHelper = IconsUriHelper.newInstanceForTesting(() -> "pkgId"); in testGetResourceInfo_invalidAuthority()
68 public static IconsUriHelper newInstanceForTesting(@Nullable Supplier<String> idSupplier) { in newInstanceForTesting() method in IconsUriHelper