Searched refs:mTruncLenBits (Results 1 – 2 of 2) sorted by relevance
129 private final int mTruncLenBits; field in IpSecAlgorithm160 mTruncLenBits = truncLenBits; in IpSecAlgorithm()161 checkValidOrThrow(mName, mKey.length * 8, mTruncLenBits); in IpSecAlgorithm()178 return mTruncLenBits; in getTruncationLengthBits()190 out.writeInt(mTruncLenBits); in writeToParcel()294 .append(mTruncLenBits) in toString()305 && lhs.mTruncLenBits == rhs.mTruncLenBits); in equals()
43598 Landroid/net/IpSecAlgorithm;->mTruncLenBits:I