Searched refs:indexApps (Results 1 – 4 of 4) sorted by relevance
89 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 …]
79 mAppSearchHelper.indexApps(ImmutableList.of(app1, app2)); in testAppsIndexerImpl_removeApps()
124 mAppSearchHelper.indexApps( in doUpdate()
169 public void indexApps(@NonNull List<MobileApplication> apps) throws AppSearchException { in indexApps() method in AppSearchHelper