Searched refs:KEY_CONTENT_DURATION (Results 1 – 2 of 2) sorted by relevance
64 static final String KEY_CONTENT_DURATION = "contentDuration"; field in MediaItemStatus242 return mBundle.getLong(KEY_CONTENT_DURATION, -1); in getContentDuration()371 mBundle.putLong(KEY_CONTENT_DURATION, durationMilliseconds); in setContentDuration()
65 static final String KEY_CONTENT_DURATION = "contentDuration"; field in MediaItemStatus243 return mBundle.getLong(KEY_CONTENT_DURATION, -1); in getContentDuration()372 mBundle.putLong(KEY_CONTENT_DURATION, durationMilliseconds); in setContentDuration()