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

  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
InstructionFragment.java 29 public class InstructionFragment extends Fragment {
32 * @return A newly instantiated {@link InstructionFragment}.
34 public static InstructionFragment newInstance() {
35 return new InstructionFragment();
MainActivity.java 44 showFragment(InstructionFragment.newInstance());
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
InstructionFragment.java 29 public class InstructionFragment extends Fragment {
32 * @return A newly instantiated {@link InstructionFragment}.
34 public static InstructionFragment newInstance() {
35 return new InstructionFragment();
MainActivity.java 44 showFragment(InstructionFragment.newInstance());
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
InstructionFragment.java 29 public class InstructionFragment extends Fragment {
32 * @return A newly instantiated {@link InstructionFragment}.
34 public static InstructionFragment newInstance() {
35 return new InstructionFragment();
MainActivity.java 44 showFragment(InstructionFragment.newInstance());

Completed in 364 milliseconds