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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
ProxyDebuggee.java 33 public static final String ARG_OBJECT = "a string argument";
63 proxy.call(ARG_INT, ARG_LONG, ARG_OBJECT);
  /developers/samples/android/ui/views/EffectiveNavigation/app/src/main/java/com/example/android/effectivenavigation/
CollectionDemoActivity.java 83 args.putInt(DemoObjectFragment.ARG_OBJECT, i + 1); // Our object is just an integer :-P
105 public static final String ARG_OBJECT = "object";
113 String.format(Locale.US, "%d", args.getInt(ARG_OBJECT)));
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
CollectionDemoActivity.java 114 args.putInt(DemoObjectFragment.ARG_OBJECT, i + 1); // Our object is just an integer :-P
136 public static final String ARG_OBJECT = "object";
144 Integer.toString(args.getInt(ARG_OBJECT)));

Completed in 1098 milliseconds