Searched refs:mCachedCount (Results 1 – 1 of 1) sorted by relevance
56 private int mCachedCount = INVALID_COUNT; field in LocalAlbum228 if (mCachedCount == INVALID_COUNT) { in getMediaItemCount()238 mCachedCount = cursor.getInt(0); in getMediaItemCount()243 return mCachedCount; in getMediaItemCount()255 mCachedCount = INVALID_COUNT; in reload()