Home
last modified time | relevance | path

Searched refs:doFullyPersistJobForUser (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchMaintenanceServiceTest.java121 .doFullyPersistJobForUser(mContextWrapper, null, 0, new CancellationSignal())) in testDoFullPersistForUser_withInitializedLocalService_isSuccessful()
131 .doFullyPersistJobForUser(mContextWrapper, null, 0, new CancellationSignal())) in testDoFullPersistForUser_withUninitializedLocalService_failsGracefully()
146 .doFullyPersistJobForUser(mContextWrapper, null, 0, new CancellationSignal())) in testDoFullPersistForUser_onEncounteringException_failsGracefully()
156 mAppSearchMaintenanceService.doFullyPersistJobForUser( in testDoFullPersistForUser_checkPendingJobIfNotInitialized()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchMaintenanceService.java118 EXECUTOR.execute(() -> doFullyPersistJobForUser(this, params, userId, signal)); in onStartJob()
129 protected boolean doFullyPersistJobForUser( in doFullyPersistJobForUser() method in AppSearchMaintenanceService