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

  /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)));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 253 * @param arg_object A value to be passed to the other coroutine.
261 public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException
268 m_yield=arg_object;
323 * @param arg_object A value to be passed to the other coroutine.
330 public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException
337 m_yield=arg_object;
  /frameworks/base/docs/html/training/implementing-navigation/
lateral.jd 127 args.putInt(DemoObjectFragment.ARG_OBJECT, i + 1);
146 public static final String ARG_OBJECT = "object";
157 Integer.toString(args.getInt(ARG_OBJECT)));

Completed in 250 milliseconds