Searched refs:AppsIndexerManagerService (Results 1 – 7 of 7) sorted by relevance
251 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()
124 AppsIndexerManagerService appsIndexerManagerService = in testRealIndexing()125 new AppsIndexerManagerService(mContext, new TestAppsIndexerConfig()); in testRealIndexing()
83 private AppsIndexerManagerService mAppsIndexerManagerService;139 new AppsIndexerManagerService(mContext, new TestAppsIndexerConfig()); in setUp()
34 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()
41 import com.android.server.appsearch.appsindexer.AppsIndexerManagerService;58 private final AppsIndexerManagerService mAppsIndexerService =59 mock(AppsIndexerManagerService.class);81 AppsIndexerManagerService createAppsIndexerManagerService( in setUp()
37 return AppsIndexerManagerService.LocalService.class; in getLocalService()
55 public final class AppsIndexerManagerService extends SystemService { class68 public AppsIndexerManagerService( in AppsIndexerManagerService() method in AppsIndexerManagerService