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