Searched refs:mParamsForUser (Results 1 – 1 of 1) sorted by relevance
45 private final SparseArray<JobParameters> mParamsForUser = new SparseArray<>(); field in FullBackupJob78 synchronized (mParamsForUser) { in finishBackupPass()79 JobParameters jobParameters = mParamsForUser.get(userId); in finishBackupPass()82 mParamsForUser.remove(userId); in finishBackupPass()93 synchronized (mParamsForUser) { in onStartJob()94 mParamsForUser.put(userId, params); in onStartJob()105 synchronized (mParamsForUser) { in onStopJob()106 if (mParamsForUser.removeReturnOld(userId) == null) { in onStopJob()