HomeSort by relevance Sort by last modified time
    Searched full:notexpecting (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 75 private boolean[] notExpecting = new boolean[TEST_NUM_EXPECTS];
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_ERROR])
    [all...]

Completed in 69 milliseconds