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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java572 restoreSettings(data, Settings.System.CONTENT_URI, movedToGlobal);
577 restoreSettings(data, Settings.Secure.CONTENT_URI, movedToGlobal);
581 restoreSettings(data, Settings.Global.CONTENT_URI, null);
727 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI, movedToGlobal);
734 restoreSettings(buffer, nBytes, Settings.Secure.CONTENT_URI, movedToGlobal);
743 restoreSettings(buffer, nBytes, Settings.Global.CONTENT_URI, movedToGlobal);
922 private void restoreSettings(BackupDataInput data, Uri contentUri, method in class:SettingsBackupAgent
931 restoreSettings(settings, settings.length, contentUri, movedToGlobal);
934 private void restoreSettings(byte[] settings, int bytes, Uri contentUri, method in class:SettingsBackupAgent
937 Log.i(TAG, "restoreSettings
[all...]

Completed in 65 milliseconds