Searched refs:mParamsForUser (Results 1 – 1 of 1) sorted by relevance
45 private final SparseArray<JobParameters> mParamsForUser = new SparseArray<>(); field in FullBackupJob75 synchronized (mParamsForUser) { in finishBackupPass()76 JobParameters jobParameters = mParamsForUser.get(userId); in finishBackupPass()79 mParamsForUser.remove(userId); in finishBackupPass()90 synchronized (mParamsForUser) { in onStartJob()91 mParamsForUser.put(userId, params); in onStartJob()102 synchronized (mParamsForUser) { in onStopJob()103 if (mParamsForUser.removeReturnOld(userId) == null) { in onStopJob()