HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceVersion (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/utils/
BlobCache.h 189 // mDeviceVersion is the device-specific version of the cache. This can
191 uint32_t mDeviceVersion;
  /frameworks/base/libs/utils/
BlobCache.cpp 35 // BlobCache::Header::mDeviceVersion value
198 header->mDeviceVersion = blobCacheDeviceVersion;
252 header->mDeviceVersion != blobCacheDeviceVersion) {

Completed in 26 milliseconds