HomeSort by relevance Sort by last modified time
    Searched refs:nextMethod (Results 1 - 7 of 7) sorted by null

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
QueueInterrogator.java 54 Method nextMethod = null;
57 nextMethod = MessageQueue.class.getDeclaredMethod("next");
58 nextMethod.setAccessible(true);
63 nextMethod = null;
67 nextMethod = null;
71 nextMethod = null;
75 nextMethod = null;
79 messageQueueNextMethod = nextMethod;
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/
NestedSystemMessageHandler.java 54 Method nextMethod = null;
56 nextMethod = messageQueueClazz.getDeclaredMethod("next");
64 nextMethod.setAccessible(true);
69 msg = (Message) nextMethod.invoke(queue);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedClassDef.java 310 MethodReference nextMethod = ImmutableMethodReference.of(item);
312 previousMethod = nextMethod;
315 if (skipDuplicates && currentMethod != null && currentMethod.equals(nextMethod)) {
366 MethodReference nextMethod = ImmutableMethodReference.of(item);
368 previousMethod = nextMethod;
371 if (skipDuplicates && currentMethod != null && currentMethod.equals(nextMethod)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 263 nextMethod: for (IMethodBinding mb2 : clazz.getDeclaredMethods()) {
277 continue nextMethod;
281 continue nextMethod;
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1661 milliseconds