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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.java31 public int minLen; field in class:Input
45 minLen = 0;
60 minLen = in.readInt();
81 dest.writeInt(minLen);
H A DCommandParamsFactory.java415 input.minLen = 1;
466 input.minLen = rawValue[valueIndex] & 0xff;

Completed in 33 milliseconds