Home
last modified time | relevance | path

Searched refs:InstructionFragment (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DInstructionFragment.java29 public class InstructionFragment extends Fragment { class
34 public static InstructionFragment newInstance() { in newInstance()
35 return new InstructionFragment(); in newInstance()
DMainActivity.java44 showFragment(InstructionFragment.newInstance()); in onCreate()