Searched refs:mParamsForUser (Results 1 – 1 of 1) sorted by relevance
46 private final SparseArray<JobParameters> mParamsForUser = new SparseArray<>(); field in FullBackupJob81 synchronized (mParamsForUser) { in finishBackupPass()82 JobParameters jobParameters = mParamsForUser.get(userId); in finishBackupPass()85 mParamsForUser.remove(userId); in finishBackupPass()96 synchronized (mParamsForUser) { in onStartJob()97 mParamsForUser.put(userId, params); in onStartJob()108 synchronized (mParamsForUser) { in onStopJob()109 if (mParamsForUser.removeReturnOld(userId) == null) { in onStopJob()