Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
H A DIconsUriHelperTest.java40 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()
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DIconsUriHelper.java68 public static IconsUriHelper newInstanceForTesting(@Nullable Supplier<String> idSupplier) { in newInstanceForTesting() method in IconsUriHelper