Searched refs:mUnfadeableUids (Results 1 – 1 of 1) sorted by relevance
161 private final @NonNull IntArray mUnfadeableUids; field in FadeManagerConfiguration195 mUnfadeableUids = Objects.requireNonNull(unfadeableUids, in FadeManagerConfiguration()255 return convertIntArrayToIntegerList(mUnfadeableUids); in getUnfadeableUids()515 return mUnfadeableUids.contains(uid); in isUidUnfadeable()542 + ", unfadeable uids = " + mUnfadeableUids.toString() in toString()589 && Arrays.equals(mUnfadeableUids.toArray(), rhs.mUnfadeableUids.toArray()) in equals()601 mUnfadeableUids, mFadeState, mFadeOutDurationMillis, mFadeInDurationMillis, in hashCode()616 dest.writeIntArray(mUnfadeableUids.toArray()); in writeToParcel()653 this.mUnfadeableUids = IntArray.wrap(unfadeableUids); in FadeManagerConfiguration()807 private IntArray mUnfadeableUids = new IntArray(); field in FadeManagerConfiguration.Builder[all …]