Searched refs:doUpdateForUser (Results 1 – 6 of 6) sorted by relevance
257 mAppsIndexerMaintenanceService.doUpdateForUser( in testDoUpdateForUser_withInitializedLocalService_isSuccessful()271 mAppsIndexerMaintenanceService.doUpdateForUser( in testDoUpdateForUser_withUninitializedLocalService_failsGracefully()283 .doUpdateForUser((UserHandle) any(), (CancellationSignal) any()); in testDoUpdateForUser_onEncounteringException_failsGracefully()291 mAppsIndexerMaintenanceService.doUpdateForUser( in testDoUpdateForUser_onEncounteringException_failsGracefully()306 mAppsIndexerMaintenanceService.doUpdateForUser( in testDoUpdateForUser_cancelsBackgroundJob_whenIndexerDisabled()321 mAppsIndexerMaintenanceService.doUpdateForUser( in testDoUpdateForUser_doesNotCancelBackgroundJob_whenIndexerEnabled()
255 mIndexerMaintenanceService.doUpdateForUser( in testDoFullUpdateForUser_withInitializedLocalService_isSuccessful()267 mIndexerMaintenanceService.doUpdateForUser( in testDoFullUpdateForUser_withUninitializedLocalService_failsGracefully()277 doThrow(RuntimeException.class).when(mockService).doUpdateForUser(any(), any()); in testDoFullUpdateForUser_onEncounteringException_failsGracefully()283 mIndexerMaintenanceService.doUpdateForUser( in testDoFullUpdateForUser_onEncounteringException_failsGracefully()296 mIndexerMaintenanceService.doUpdateForUser( in testDoFullUpdateForUser_cancelsBackgroundJob_whenCiDisabled()309 mIndexerMaintenanceService.doUpdateForUser( in testDoFullUpdateForUser_doesNotCancelBackgroundJob_whenCiEnabled()
230 mExecutor.execute(() -> doUpdateForUser(this, params, userHandle, signal)); in onStartJob()250 public boolean doUpdateForUser( in doUpdateForUser() method in IndexerMaintenanceService279 service.doUpdateForUser(userHandle, signal); in doUpdateForUser()
33 void doUpdateForUser(@NonNull UserHandle userHandle, @Nullable CancellationSignal signal); in doUpdateForUser() method
239 mLocalService.doUpdateForUser( in onReceive()255 public void doUpdateForUser( in doUpdateForUser() method in ContactsIndexerManagerService.LocalService
244 mLocalService.doUpdateForUser(userHandle, /* unused= */ null); in onReceive()258 public void doUpdateForUser( in doUpdateForUser() method in AppsIndexerManagerService.LocalService