Merge "Playback duration should override license duration" into mnc-dev

This commit is contained in:
Rahul Frias
2015-05-15 17:40:06 +00:00
committed by Android (Google) Code Review
3 changed files with 190 additions and 100 deletions

View File

@@ -83,6 +83,7 @@ class PolicyEngine {
int64_t last_playback_time);
bool IsLicenseForFuture() { return license_state_ == kLicenseStatePending; }
bool IsPlaybackStarted() { return playback_start_time_ > 0; }
private:
friend class PolicyEngineTest;