Searched defs:gamesSize (Results 1 – 5 of 5) sorted by relevance
168 public long gamesSize; field in StorageAsyncLoader.AppsStorageResult
85 final long gamesSize = mSharedPreferences.getLong(GAME_APPS_SIZE_KEY, -1); in getCachedAppsStorageResult() local
166 AppsStorageResult(long gamesSize, long musicAppsSize, long photosAppsSize, in AppsStorageResult()