Searched refs:usedSize (Results 1 – 2 of 2) sorted by relevance
41 int usedSize = arrays[0].length; in concatIntArrays() local45 System.arraycopy(array, 0, newArray, usedSize, length); in concatIntArrays()46 usedSize += length; in concatIntArrays()
90 public void cacheUsedSize(long usedSize) { in cacheUsedSize() argument91 mSharedPreferences.edit().putLong(USED_SIZE_KEY, usedSize).apply(); in cacheUsedSize()