Home
last modified time | relevance | path

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

/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DUtils.java41 int usedSize = arrays[0].length; in concatIntArrays() local
45 System.arraycopy(array, 0, newArray, usedSize, length); in concatIntArrays()
46 usedSize += length; in concatIntArrays()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageCacheHelper.java90 public void cacheUsedSize(long usedSize) { in cacheUsedSize() argument
91 mSharedPreferences.edit().putLong(USED_SIZE_KEY, usedSize).apply(); in cacheUsedSize()