Searched refs:notExpecting (Results 1 – 1 of 1) sorted by relevance
75 private boolean[] notExpecting = new boolean[TEST_NUM_EXPECTS]; field in TestEventHandler118 notExpecting[i] = false; in TestEventHandler()133 if (notExpecting[TEST_REQUEST_SENT]) { in requestSent()167 if (notExpecting[TEST_STATUS]) { in status()226 if (notExpecting[TEST_HEADERS]) { in headers()333 if (notExpecting[TEST_LOCATION_CHANGED]) { in locationChanged()378 if (notExpecting[TEST_DATA]) { in data()422 if (notExpecting[TEST_ENDDATA]) { in endData()463 if (notExpecting[TEST_ERROR]) { in error()509 if (notExpecting[TEST_SSL_CERTIFICATE_ERROR]) { in handleSslErrorRequest()[all …]