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

/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java75 private boolean[] notExpecting = new boolean[TEST_NUM_EXPECTS]; field in class:TestEventHandler
118 notExpecting[i] = false;
133 if (notExpecting[TEST_REQUEST_SENT]) {
167 if (notExpecting[TEST_STATUS]) {
226 if (notExpecting[TEST_HEADERS]) {
333 if (notExpecting[TEST_LOCATION_CHANGED]) {
378 if (notExpecting[TEST_DATA]) {
422 if (notExpecting[TEST_ENDDATA]) {
463 if (notExpecting[TEST_ERROR]) {
509 if (notExpecting[TEST_SSL_CERTIFICATE_ERRO
[all...]

Completed in 61 milliseconds