Searched refs:NO_EXPECTED_RESPONSE (Results 1 – 1 of 1) sorted by relevance
52 private static final int NO_EXPECTED_RESPONSE = -1; field in CommandApdu113 le == NO_EXPECTED_RESPONSE || (le >> Short.SIZE) == 0, in CommandApdu()149 if (mLe > NO_EXPECTED_RESPONSE) { in getEncoded()183 if (mLe > NO_EXPECTED_RESPONSE) { in getEncoded()228 return mLe != NO_EXPECTED_RESPONSE; in hasLe()280 if (mLe > NO_EXPECTED_RESPONSE) { in toString()368 private int mLe = NO_EXPECTED_RESPONSE; // Expected length of response.