Examples of saveDialogFragment()


Examples of com.ericsson.ssa.sip.PersistentDialogFragmentManager.saveDialogFragment()

        PersistentDialogFragmentManager dialogFragmentManager = (PersistentDialogFragmentManager) DialogFragmentManager.getInstance();

        synchronized (validLock) { // TODO rename name of lock???

            try {
                dialogFragmentManager.saveDialogFragment(this);
                if (LogUtil.SSR_LOGGER.getLogger().isLoggable(Level.FINE)) {
                    LogUtil.SSR_LOGGER.getLogger().log(Level.FINE,
                            "Saved DF: " + getFragmentId());
                }
            } catch (IOException e) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.