Searched refs:doFullyPersistJobForUser (Results 1 – 2 of 2) sorted by relevance
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ |
D | AppSearchMaintenanceServiceTest.java | 121 .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/ |
D | AppSearchMaintenanceService.java | 118 EXECUTOR.execute(() -> doFullyPersistJobForUser(this, params, userId, signal)); in onStartJob() 129 protected boolean doFullyPersistJobForUser( in doFullyPersistJobForUser() method in AppSearchMaintenanceService
|