Home
last modified time | relevance | path

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

/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DMainActivity.java40 showFragment(DeviceOwnerFragment.newInstance()); in onCreate()
44 showFragment(InstructionFragment.newInstance()); in onCreate()
49 private void showFragment(Fragment fragment) { in showFragment() method in MainActivity