Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/
H A DPreferenceFragment.java460 DialogPreference fromDialog = (DialogPreference) from; in copyPreference() local
462 toDialog.setDialogTitle(fromDialog.getDialogTitle()); in copyPreference()
463 toDialog.setDialogIcon(fromDialog.getDialogIcon()); in copyPreference()
464 toDialog.setDialogMessage(fromDialog.getDialogMessage()); in copyPreference()
465 toDialog.setDialogLayoutResource(fromDialog.getDialogLayoutResource()); in copyPreference()
466 toDialog.setNegativeButtonText(fromDialog.getNegativeButtonText()); in copyPreference()
467 toDialog.setPositiveButtonText(fromDialog.getPositiveButtonText()); in copyPreference()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java722 boolean fromSaveState, boolean shouldAlert, boolean fromDialog) { in addToNotificationBar() argument
747 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, !fromDialog); in addToNotificationBar()
767 } else if (fromDialog) { in addToNotificationBar()