Searched refs:mCachedCount (Results 1 – 1 of 1) sorted by relevance
59 private int mCachedCount = INVALID_COUNT; field in LocalAlbum231 if (mCachedCount == INVALID_COUNT) { in getMediaItemCount()241 mCachedCount = cursor.getInt(0); in getMediaItemCount()246 return mCachedCount; in getMediaItemCount()258 mCachedCount = INVALID_COUNT; in reload()