Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.h98 static constexpr StorageId kMaxStorageId = std::numeric_limits<int>::max() - 1; variable
99 static constexpr StorageId kAllStoragesId = kMaxStorageId + 1;
DIncrementalService.cpp589 if (mNextId == kMaxStorageId) { in getStorageSlotLocked()