Home
last modified time | relevance | path

Searched refs:checkValidOrThrow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java161 checkValidOrThrow(mName, mKey.length * 8, mTruncLenBits); in IpSecAlgorithm()
209 private static void checkValidOrThrow(String name, int keyLen, int truncLen) { in checkValidOrThrow() method in IpSecAlgorithm