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