Searched refs:perAccountMaxStorage (Results 1 – 1 of 1) sorted by relevance
1253 final long perAccountMaxStorage = in canPrefetchForAccount() local1260 if (accountStorage == null || (accountStorage > perAccountMaxStorage)) { in canPrefetchForAccount()1274 if (accountStorage >= perAccountMaxStorage) { in canPrefetchForAccount()1276 account.mId, accountStorage, perAccountMaxStorage); in canPrefetchForAccount()