Skip to content

Commit

Permalink
Revert "expose setPropertyByteArray, setPropertyString"
Browse files Browse the repository at this point in the history
  • Loading branch information
ojw28 authored Aug 17, 2017
1 parent cc5e16e commit 6107807
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,6 @@ public synchronized Pair<Long, Long> getLicenseDurationRemainingSec(byte[] offli
}
return licenseDurationRemainingSec;
}

public byte[] getPropertyByteArray(String key) {
return drmSessionManager.getPropertyByteArray(key);
}

public void setPropertyByteArray(String key, byte[] value) {
drmSessionManager.setPropertyByteArray(key, value);
}

public String getPropertyString(String key) {
return drmSessionManager.getPropertyString(key);
}

public void setPropertyString(String key, String value) {
drmSessionManager.setPropertyString(key, value);
}

private byte[] blockingKeyRequest(@Mode int licenseMode, byte[] offlineLicenseKeySetId,
DrmInitData drmInitData) throws DrmSessionException {
Expand Down

0 comments on commit 6107807

Please # to comment.