Searched defs:minLen (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DInput.java31 public int minLen; field in class:Input
45 minLen = 0;
60 minLen = in.readInt();
79 dest.writeInt(minLen);

Completed in 112 milliseconds