Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
H A DRearDisplayDialogController.java104 View dialogView = createDialogView(dialogContext); in onConfigurationChanged()
114 View dialogView = createDialogView(dialogContext); in createAndShowDialog()
130 private View createDialogView(Context context) { in createDialogView() method in RearDisplayDialogController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSSecurityFooterTest.java695 View view = mFooterUtils.createDialogView(getContext()); in testParentalControlsDialog()
710 View view = mFooterUtils.createDialogView(getContext()); in testCreateDialogViewForFinancedDevice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooterUtils.java450 final View dialogView = createDialogView(quickSettingsContext); in createDialog()
478 View createDialogView(Context quickSettingsContext) { in createDialogView() method in QSSecurityFooterUtils