Home
last modified time | relevance | path

Searched refs:theirKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DSparseMappingTable.java94 final int theirKey = copyFrom.getKeyAt(i); in copyFrom() local
95 final long[] theirLongs = copyFrom.mParent.mLongs.get(getArrayFromKey(theirKey)); in copyFrom()
97 final byte id = SparseMappingTable.getIdFromKey(theirKey); in copyFrom()
102 System.arraycopy(theirLongs, getIndexFromKey(theirKey), in copyFrom()