Searched refs:mSuspendParams (Results 1 – 1 of 1) sorted by relevance
125 private WatchedArrayMap<UserPackage, SuspendParams> mSuspendParams; field in PackageUserStateImpl186 mSuspendParams = other.mSuspendParams == null ? null : other.mSuspendParams.snapshot();370 return !CollectionUtils.isEmpty(mSuspendParams);378 if (mSuspendParams == null) {379 mSuspendParams = new WatchedArrayMap<>();380 mSuspendParams.registerObserver(mSnapshot);382 if (!mSuspendParams.containsKey(suspendingPackage)383 || !Objects.equals(mSuspendParams.get(suspendingPackage), suspendParams)) {384 mSuspendParams.put(suspendingPackage, suspendParams);395 if (mSuspendParams != null) {[all …]