Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/aboutphone/
DDeviceNameWarningDialogTest.java37 final MyDeviceInfoFragment deviceInfoFragment = mock(MyDeviceInfoFragment.class); in onClick_okSetsName()
50 final MyDeviceInfoFragment deviceInfoFragment = mock(MyDeviceInfoFragment.class); in onClick_cancelDoesNothing()
DMyDeviceInfoFragmentTest.java42 private MyDeviceInfoFragment mMyDeviceInfoFragment;
48 mMyDeviceInfoFragment = FragmentController.of(new MyDeviceInfoFragment(), args) in onCreate_fromSearch_shouldExpandAllPreferences()
58 mMyDeviceInfoFragment = FragmentController.of(new MyDeviceInfoFragment()) in onActivityResult_shouldCallBuildNumberPreferenceController()
/packages/apps/Settings/src/com/android/settings/deviceinfo/aboutphone/
DDeviceNameWarningDialog.java38 public static void show(MyDeviceInfoFragment host) { in show()
67 final MyDeviceInfoFragment host = (MyDeviceInfoFragment) getTargetFragment(); in onClick()
DMyDeviceInfoFragment.java55 public class MyDeviceInfoFragment extends DashboardFragment class
104 Context context, MyDeviceInfoFragment fragment, Lifecycle lifecycle) { in buildPreferenceControllers()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFragmentRegistry.java30 import com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment;
119 PARENT_TO_CATEGORY_KEY_MAP.put(MyDeviceInfoFragment.class.getName(), in MyDeviceInfoFragment.class.getName()
/packages/apps/Settings/src/com/android/settings/core/gateway/
DSettingsGateway.java84 import com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment;
194 MyDeviceInfoFragment.class.getName(),