Searched refs:mMacAlgorithm (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java65 private final String mMacAlgorithm; field in class:ContainerEncryptionParams
143 mMacAlgorithm = macAlgorithm;
166 return mMacAlgorithm;
219 || !mMacAlgorithm.equals(other.mMacAlgorithm)) {
269 hash += 13 * mMacAlgorithm.hashCode();
291 sb.append("mMacAlgorithm=\"");
292 sb.append(mMacAlgorithm);
317 dest.writeString(mMacAlgorithm);
335 mMacAlgorithm
[all...]

Completed in 38 milliseconds