Home | History | Annotate | Download | only in backup

Lines Matching defs:mConstants

47     private BackupManagerConstants mConstants;
54 mConstants = new BackupManagerConstants(new Handler(), mContentResolver);
55 mConstants.start();
60 mConstants.stop();
66 mConstants.getKeyValueBackupIntervalMilliseconds();
67 long keyValueBackupFuzzMilliseconds = mConstants.getKeyValueBackupFuzzMilliseconds();
68 boolean keyValueBackupRequireCharging = mConstants.getKeyValueBackupRequireCharging();
69 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType();
70 long fullBackupIntervalMilliseconds = mConstants.getFullBackupIntervalMilliseconds();
71 boolean fullBackupRequireCharging = mConstants.getFullBackupRequireCharging();
72 int fullBackupRequiredNetworkType = mConstants.getFullBackupRequiredNetworkType();
74 mConstants.getBackupFinishedNotificationReceivers();
99 mConstants.stop();
106 mConstants.start();
109 mConstants.getKeyValueBackupIntervalMilliseconds();
118 mConstants.getKeyValueBackupIntervalMilliseconds();
119 long keyValueBackupFuzzMilliseconds = mConstants.getKeyValueBackupFuzzMilliseconds();
120 boolean keyValueBackupRequireCharging = mConstants.getKeyValueBackupRequireCharging();
121 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType();
122 long fullBackupIntervalMilliseconds = mConstants.getFullBackupIntervalMilliseconds();
123 boolean fullBackupRequireCharging = mConstants.getFullBackupRequireCharging();
124 int fullBackupRequiredNetworkType = mConstants.getFullBackupRequiredNetworkType();
126 mConstants.getBackupFinishedNotificationReceivers();
156 long keyValueBackupFuzzMilliseconds = mConstants.getKeyValueBackupFuzzMilliseconds();
174 int keyValueBackupRequiredNetworkType = mConstants.getKeyValueBackupRequiredNetworkType();
197 mConstants.getKeyValueBackupIntervalMilliseconds();
198 long fullBackupIntervalMilliseconds = mConstants.getFullBackupIntervalMilliseconds();
215 mConstants.getBackupFinishedNotificationReceivers();