Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageAsyncLoader.java84 long otherAppsSize = 0; in getStorageResultForUser() local
135 otherAppsSize += blamedSize; in getStorageResultForUser()
141 videoAppsSize, otherAppsSize); in getStorageResultForUser()
167 long videoAppsSize, long otherAppsSize) { in AppsStorageResult() argument
172 mOtherAppsSize = otherAppsSize; in AppsStorageResult()