Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppSearchHelperTest.java89 mAppSearchHelper.indexApps(createMobileApplications(1)); in testAppSearchHelper_permissionSetCorrectlyForMobileApplication()
112 mAppSearchHelper.indexApps(createMobileApplications(600)); in testIndexManyApps()
136 appSearchHelper.indexApps(ImmutableList.of(createFakeMobileApplication(variant))); in testIndexApps_compatibleSchemaChange()
158 mAppSearchHelper.indexApps(createMobileApplications(50)); in testIndexApps_incompatibleSchemaChange()
181 () -> mocked.indexApps(ImmutableList.of(createFakeMobileApplication(0)))); in testIndexApps_outOfSpace_shouldNotCompleteNormally()
187 mAppSearchHelper.indexApps(createMobileApplications(100)); in testAppSearchHelper_removeApps()
209 mAppSearchHelper.indexApps(ImmutableList.of(app0, app1)); in test_sameApp_notIndexed()
215 mAppSearchHelper.indexApps(ImmutableList.of(app0, app1)); in test_sameApp_notIndexed()
229 mAppSearchHelper.indexApps(ImmutableList.of(app0, app1)); in test_appDifferent_reIndexed()
245 mAppSearchHelper.indexApps(ImmutableList.of(app1)); in test_appDifferent_reIndexed()
[all …]
DAppsIndexerImplTest.java79 mAppSearchHelper.indexApps(ImmutableList.of(app1, app2)); in testAppsIndexerImpl_removeApps()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppsIndexerImpl.java124 mAppSearchHelper.indexApps( in doUpdate()
DAppSearchHelper.java169 public void indexApps(@NonNull List<MobileApplication> apps) throws AppSearchException { in indexApps() method in AppSearchHelper