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

  /cts/tests/src/android/app/cts/
MockApplication.java 26 public boolean isConstructorCalled;
32 isConstructorCalled = true;
  /cts/tests/tests/app/src/android/app/cts/
ApplicationTest.java 76 assertTrue(mockApp.isConstructorCalled);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 106 assertTrue(chan.isConstructorCalled);
370 private boolean isConstructorCalled = false;
374 isConstructorCalled = true;

Completed in 242 milliseconds