Add CdmKeyStatus kKeyStatusUsableInFuture am: 69c8f488ca am: 6a329e6c9a

am: e6ba3ec747

Change-Id: Iee17c92d9a3f3fd390e05bb0324ba04861236210
This commit is contained in:
Robert Shih
2019-05-16 20:07:33 -07:00
committed by android-build-merger
10 changed files with 105 additions and 29 deletions

View File

@@ -226,7 +226,7 @@ void PolicyEngine::UpdateLicense(const License& license) {
NotifyKeysChange(kKeyStatusUsable);
} else {
license_state_ = kLicenseStatePending;
NotifyKeysChange(kKeyStatusPending);
NotifyKeysChange(kKeyStatusUsableInFuture);
}
NotifyExpirationUpdate(current_time);
}