Searched defs:DIALOG_TAG (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DCarAlertDialogDemo.java33 private static final String DIALOG_TAG = "alert_dialog_tag"; field in class:CarAlertDialogDemo
54 alertDialog.show(getSupportFragmentManager(), DIALOG_TAG);
H A DCarListDialogDemo.java35 private static final String DIALOG_TAG = "list_dialog_tag"; field in class:CarListDialogDemo
72 alertDialog.show(getSupportFragmentManager(), DIALOG_TAG);
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
H A DCarAlertDialogDemo.java33 private static final String DIALOG_TAG = "alert_dialog_tag"; field in class:CarAlertDialogDemo
54 alertDialog.show(getSupportFragmentManager(), DIALOG_TAG);
H A DCarListDialogDemo.java35 private static final String DIALOG_TAG = "list_dialog_tag"; field in class:CarListDialogDemo
72 alertDialog.show(getSupportFragmentManager(), DIALOG_TAG);

Completed in 70 milliseconds