HomeSort by relevance Sort by last modified time
    Searched full:restoresettings (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 373 restoreSettings(data, Settings.System.CONTENT_URI, movedToGlobal);
376 restoreSettings(data, Settings.Secure.CONTENT_URI, movedToGlobal);
378 restoreSettings(data, Settings.Global.CONTENT_URI, null);
474 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI, movedToGlobal);
481 restoreSettings(buffer, nBytes, Settings.Secure.CONTENT_URI, movedToGlobal);
490 restoreSettings(buffer, nBytes, Settings.Global.CONTENT_URI, movedToGlobal);
607 private void restoreSettings(BackupDataInput data, Uri contentUri,
616 restoreSettings(settings, settings.length, contentUri, movedToGlobal);
619 private void restoreSettings(byte[] settings, int bytes, Uri contentUri,
622 Log.i(TAG, "restoreSettings: " + contentUri)
    [all...]

Completed in 123 milliseconds