OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restoresettings
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java
483
restoreSettings
(data, Settings.System.CONTENT_URI, movedToGlobal);
486
restoreSettings
(data, Settings.Secure.CONTENT_URI, movedToGlobal);
488
restoreSettings
(data, Settings.Global.CONTENT_URI, null);
588
restoreSettings
(buffer, nBytes, Settings.System.CONTENT_URI, movedToGlobal);
595
restoreSettings
(buffer, nBytes, Settings.Secure.CONTENT_URI, movedToGlobal);
604
restoreSettings
(buffer, nBytes, Settings.Global.CONTENT_URI, movedToGlobal);
721
private void
restoreSettings
(BackupDataInput data, Uri contentUri,
730
restoreSettings
(settings, settings.length, contentUri, movedToGlobal);
733
private void
restoreSettings
(byte[] settings, int bytes, Uri contentUri,
736
Log.i(TAG, "
restoreSettings
: " + contentUri)
[
all
...]
Completed in 52 milliseconds