Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsUtilTest.java19 import static com.android.server.appsearch.appsindexer.TestUtils.createFakeAppFunctionResolveInfo;
162 fakeAppFunctionServices.add(createFakeAppFunctionResolveInfo(i)); in testRetrieveAppFunctionResolveInfo()
199 fakeAppFunctionServices.add(createFakeAppFunctionResolveInfo(i)); in testBuildAppFunctionStaticMetadata()
DAppsIndexerImplTest.java19 import static com.android.server.appsearch.appsindexer.TestUtils.createFakeAppFunctionResolveInfo;
237 fakeAppFunctionServices.add(createFakeAppFunctionResolveInfo(i)); in testAppsIndexerImpl_statsSet_functionsIndexed()
406 ImmutableList.of(createFakeAppFunctionResolveInfo(0)); in testAppsIndexerImpl_incrementalPut_doesNotPutAllDocs()
DTestUtils.java215 public static ResolveInfo createFakeAppFunctionResolveInfo(int variant) { in createFakeAppFunctionResolveInfo() method in TestUtils