Searched defs:getArguments (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/app/
H A DFragment.java566 * and later retrieved by the Fragment with {@link #getArguments}.
595 * can retrieve with {@link #getArguments()}. May be null.
727 final public Bundle getArguments() { method in class:Fragment
1299 * both through attributes supplied here as well from {@link #getArguments()}:</p>
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java398 public Bundle getArguments() { method in class:InstrumentationTestRunner
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java380 * and later retrieved by the Fragment with {@link #getArguments}.
409 * can retrieve with {@link #getArguments()}. May be null.
560 final public Bundle getArguments() { method in class:Fragment
1096 * both through attributes supplied here as well from {@link #getArguments()}:</p>

Completed in 157 milliseconds