Home
last modified time | relevance | path

Searched defs:wasCalled (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/evaluation/
DBasicBranchUnit.java36 private boolean wasCalled; field in BasicBranchUnit
61 public boolean wasCalled() in wasCalled() method in BasicBranchUnit
/external/mockito/src/test/java/org/mockito/internal/invocation/
DTypeSafeMatchingTest.java128 final AtomicBoolean wasCalled = new AtomicBoolean(); in dontMatchesWithSubTypeExtendingGenericClass() local
150 final AtomicBoolean wasCalled = new AtomicBoolean(); in passEveryArgumentTypeIfNoBridgeMethodWasGenerated() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHandlerThreadTest.java77 final Boolean[] wasCalled = new Boolean[] { false }; in shouldCallOnLooperPrepared() local
DShadowViewGroupTest.java394 boolean wasCalled = false; field in ShadowViewGroupTest.TestOnHierarchyChangeListener
405 public boolean wasCalled() { in wasCalled() method in ShadowViewGroupTest.TestOnHierarchyChangeListener
DShadowCameraTest.java330 public boolean wasCalled; field in ShadowCameraTest.TestShutterCallback
339 public boolean wasCalled; field in ShadowCameraTest.TestPictureCallback
/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java450 boolean wasCalled = false; // must be set in load() field in CacheExpirationTest.WatchedCreatorLoader
461 public boolean wasCalled() { in wasCalled() method in CacheExpirationTest.WatchedCreatorLoader
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DInterfacesTest.java94 public boolean wasCalled() { in wasCalled() method in InterfacesTest.RecordingGetNameResponse
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFutureCallbackTest.java232 private boolean wasCalled = false; field in FutureCallbackTest.MockCallback
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowingTest.java38 public static boolean wasCalled = false; field in ShadowingTest.ShadowAccountManagerForTests