Searched refs:mRowMap (Results 1 – 1 of 1) sorted by relevance
35 private final HashMap<Uri, List<ContentValues>> mRowMap = field in MediaInserter57 HashMap<Uri, List<ContentValues>> rowmap = priority ? mPriorityRowMap : mRowMap; in insert()72 for (Uri tableUri : mRowMap.keySet()){ in flushAll()73 List<ContentValues> list = mRowMap.get(tableUri); in flushAll()76 mRowMap.clear(); in flushAll()