Searched refs:fromDialog (Results 1 – 2 of 2) sorted by relevance
460 DialogPreference fromDialog = (DialogPreference) from; in copyPreference() local462 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()
722 boolean fromSaveState, boolean shouldAlert, boolean fromDialog) { in addToNotificationBar() argument747 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, !fromDialog); in addToNotificationBar()767 } else if (fromDialog) { in addToNotificationBar()