Merge "Playback duration should override license duration" into mnc-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user