Home
last modified time | relevance | path

Searched refs:AppsIndexerManagerService (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerMaintenanceTest.java251 ExtendedMockito.doReturn(Mockito.mock(AppsIndexerManagerService.LocalService.class)) in testDoUpdateForUser_withInitializedLocalService_isSuccessful()
255 AppsIndexerManagerService.LocalService.class)); in testDoUpdateForUser_withInitializedLocalService_isSuccessful()
269 AppsIndexerManagerService.LocalService.class)); in testDoUpdateForUser_withUninitializedLocalService_failsGracefully()
279 AppsIndexerManagerService.LocalService mockService = in testDoUpdateForUser_onEncounteringException_failsGracefully()
280 Mockito.mock(AppsIndexerManagerService.LocalService.class); in testDoUpdateForUser_onEncounteringException_failsGracefully()
288 AppsIndexerManagerService.LocalService.class)); in testDoUpdateForUser_onEncounteringException_failsGracefully()
304 AppsIndexerManagerService.LocalService.class)); in testDoUpdateForUser_cancelsBackgroundJob_whenIndexerDisabled()
315 ExtendedMockito.doReturn(Mockito.mock(AppsIndexerManagerService.LocalService.class)) in testDoUpdateForUser_doesNotCancelBackgroundJob_whenIndexerEnabled()
319 AppsIndexerManagerService.LocalService.class)); in testDoUpdateForUser_doesNotCancelBackgroundJob_whenIndexerEnabled()
DAppsIndexerRealDocumentsTest.java124 AppsIndexerManagerService appsIndexerManagerService = in testRealIndexing()
125 new AppsIndexerManagerService(mContext, new TestAppsIndexerConfig()); in testRealIndexing()
DAppsIndexerManagerServiceTest.java83 private AppsIndexerManagerService mAppsIndexerManagerService;
139 new AppsIndexerManagerService(mContext, new TestAppsIndexerConfig()); in setUp()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchModule.java34 import com.android.server.appsearch.appsindexer.AppsIndexerManagerService;
53 @VisibleForTesting @Nullable AppsIndexerManagerService mAppsIndexerManagerService;
72 AppsIndexerManagerService createAppsIndexerManagerService( in createAppsIndexerManagerService()
76 return new AppsIndexerManagerService(context, config); in createAppsIndexerManagerService()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchModuleTest.java41 import com.android.server.appsearch.appsindexer.AppsIndexerManagerService;
58 private final AppsIndexerManagerService mAppsIndexerService =
59 mock(AppsIndexerManagerService.class);
81 AppsIndexerManagerService createAppsIndexerManagerService( in setUp()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppsIndexerMaintenanceConfig.java37 return AppsIndexerManagerService.LocalService.class; in getLocalService()
DAppsIndexerManagerService.java55 public final class AppsIndexerManagerService extends SystemService { class
68 public AppsIndexerManagerService( in AppsIndexerManagerService() method in AppsIndexerManagerService