Searched refs:equalsLongSparseLongArray (Results 1 – 1 of 1) sorted by relevance
6952 if (!equalsLongSparseLongArray(mAccessCount, other.mAccessCount)) { in equals()6955 if (!equalsLongSparseLongArray(mRejectCount, other.mRejectCount)) { in equals()6958 if (!equalsLongSparseLongArray(mAccessDuration, other.mAccessDuration)) { in equals()9881 private static boolean equalsLongSparseLongArray(@Nullable LongSparseLongArray a, in equalsLongSparseLongArray() method in AppOpsManager