Searched refs:createFakeAppFunctionResolveInfo (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.server.appsearch.appsindexer.TestUtils.createFakeAppFunctionResolveInfo;162 fakeAppFunctionServices.add(createFakeAppFunctionResolveInfo(i)); in testRetrieveAppFunctionResolveInfo()199 fakeAppFunctionServices.add(createFakeAppFunctionResolveInfo(i)); in testBuildAppFunctionStaticMetadata()
19 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()
215 public static ResolveInfo createFakeAppFunctionResolveInfo(int variant) { in createFakeAppFunctionResolveInfo() method in TestUtils