Searched refs:mParamsForUser (Results 1 – 1 of 1) sorted by relevance
43 private final SparseArray<JobParameters> mParamsForUser = new SparseArray<>(); field in FullBackupJob73 synchronized (mParamsForUser) { in finishBackupPass()74 JobParameters jobParameters = mParamsForUser.get(userId); in finishBackupPass()77 mParamsForUser.remove(userId); in finishBackupPass()88 synchronized (mParamsForUser) { in onStartJob()89 mParamsForUser.put(userId, params); in onStartJob()100 synchronized (mParamsForUser) { in onStopJob()101 if (mParamsForUser.removeReturnOld(userId) == null) { in onStopJob()