Searched refs:mKeyObjectMap (Results 1 – 1 of 1) sorted by relevance
89 private final HashMap<Integer, Object> mKeyObjectMap = field in TimedText360 mKeyObjectMap.clear(); in TimedText()406 mKeyObjectMap.put(type, mStartTimeMs); in parseParcel()517 if (mKeyObjectMap.containsKey(key)) { in parseParcel()518 mKeyObjectMap.remove(key); in parseParcel()521 mKeyObjectMap.put(key, object); in parseParcel()705 if (isValidKey(key) && mKeyObjectMap.containsKey(key)) { in containsKey()715 return mKeyObjectMap.keySet(); in keySet()729 return mKeyObjectMap.get(key); in getObject()