Searched refs:writeLongSparseLongArrayToParcel (Results 1 – 1 of 1) sorted by relevance
2658 writeLongSparseLongArrayToParcel(mAccessTimes, dest); in writeToParcel()2659 writeLongSparseLongArrayToParcel(mRejectTimes, dest); in writeToParcel()2660 writeLongSparseLongArrayToParcel(mDurations, dest); in writeToParcel()2661 writeLongSparseLongArrayToParcel(mProxyUids, dest); in writeToParcel()4048 writeLongSparseLongArrayToParcel(mAccessCount, parcel); in writeToParcel()4049 writeLongSparseLongArrayToParcel(mRejectCount, parcel); in writeToParcel()4050 writeLongSparseLongArrayToParcel(mAccessDuration, parcel); in writeToParcel()5611 private static void writeLongSparseLongArrayToParcel( in writeLongSparseLongArrayToParcel() method in AppOpsManager