HomeSort by relevance Sort by last modified time
    Searched refs:restoreSettings (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 226 restoreSettings(data, Settings.System.CONTENT_URI, movedToGlobal);
231 restoreSettings(data, Settings.Secure.CONTENT_URI, movedToGlobal);
235 restoreSettings(data, Settings.Global.CONTENT_URI, null);
376 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI, movedToGlobal);
383 restoreSettings(buffer, nBytes, Settings.Secure.CONTENT_URI, movedToGlobal);
392 restoreSettings(buffer, nBytes, Settings.Global.CONTENT_URI, movedToGlobal);
586 private void restoreSettings(BackupDataInput data, Uri contentUri,
595 restoreSettings(settings, settings.length, contentUri, movedToGlobal);
598 private void restoreSettings(byte[] settings, int bytes, Uri contentUri,
601 Log.i(TAG, "restoreSettings: " + contentUri)
    [all...]
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerService.java 253 restoreSettings();
785 private void restoreSettings() {
    [all...]

Completed in 83 milliseconds