Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/profiles/
DDemoProfileDialogHandlerTest.java19 import static com.android.car.settings.profiles.DemoProfileDialogHandler.CONFIRM_EXIT_RETAIL_MODE_D…
40 private DemoProfileDialogHandler mDemoProfileDialogHandler;
49 mDemoProfileDialogHandler = new DemoProfileDialogHandler(mContext, in setUp()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DDemoProfileDialogHandler.java30 public class DemoProfileDialogHandler { class
47 public DemoProfileDialogHandler(Context context, FragmentController fragmentController) { in DemoProfileDialogHandler() method in DemoProfileDialogHandler
DAddProfilePreferenceController.java42 private DemoProfileDialogHandler mDemoProfileDialogHandler;
50 mDemoProfileDialogHandler = new DemoProfileDialogHandler(context, fragmentController); in AddProfilePreferenceController()
DProfileDetailsActionButtonsPreferenceController.java58 private DemoProfileDialogHandler mDemoProfileDialogHandler;
91 mDemoProfileDialogHandler = new DemoProfileDialogHandler(context, fragmentController); in ProfileDetailsActionButtonsPreferenceController()