Searched refs:mBaseProjection (Results 1 – 1 of 1) sorted by relevance
108 private final String[] mBaseProjection; field in ContentCache423 mBaseProjection = baseProjection; in ContentCache()436 return mBaseProjection; in getProjection()492 if (c != null && Arrays.equals(projection, mBaseProjection) && !sLockCache) { in putCursorImpl()521 if (projection == mBaseProjection) { in getCachedCursor()639 MatrixCursor cursor = getMatrixCursor(id, mBaseProjection, values); in unlockImpl()