Home
last modified time | relevance | path

Searched refs:BUNDLE_TOTAL_SIZE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaMetrics.java646 public static final String BUNDLE_TOTAL_SIZE = "_totalSize"; field in Item
712 bundle.putInt(BUNDLE_TOTAL_SIZE, totalSize); in toBundle()
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h227 static inline constexpr const char *BUNDLE_TOTAL_SIZE = "_totalSize"; variable