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

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
Within.java 29 * Custom verification mode that allows waiting for the specific invocation to happen within
34 public class Within implements VerificationMode {
38 public Within(long timeout) {
56 // Found our match within our timeout. Mark all invocations as verified
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
CtsMockitoUtils.java 31 public static VerificationMode within(long timeout) { method in class:CtsMockitoUtils
32 return new Within(timeout);
35 public static class Within implements VerificationMode {
39 public Within(long timeout) {
57 // Found our match within our timeout. Mark all invocations as verified
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 257 {"Within", CFXJSE_FormCalcContext::Within},
    [all...]

Completed in 77 milliseconds