Searched refs:migrate (Results 1 - 11 of 11) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DBasePreferenceMigrator.java35 migrate(context, oldVersion, newVersion);
48 protected abstract void migrate(final Context context, int oldVersion, int newVersion); method in class:BasePreferenceMigrator
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPrivateVolumeOptionMenuController.java65 // Only offer to migrate when not current storage
67 final MenuItem migrate = menu.findItem(OPTIONS_MENU_MIGRATE_DATA);
68 if (migrate != null) {
69 migrate.setVisible((privateVol != null)
H A DPrivateVolumeSettings.java391 final MenuItem migrate = menu.findItem(R.id.storage_migrate);
413 // Only offer to migrate when not current storage
416 migrate.setVisible((privateVol != null)
/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DMigrateBlockedNumbersDialogFragment.java30 * Dialog fragment shown to users when they need to migrate to use {@link
41 * @param blockedNumbersMigrator The {@link BlockedNumbersMigrator} which will be used to migrate
85 * is underway, and close the dialog once the migrate is complete.
93 mBlockedNumbersMigrator.migrate(
H A DBlockedNumbersMigrator.java35 * Class which should be used to migrate numbers from {@link FilteredNumberContract} blocking to
63 "BlockedNumbersMigrator.migrateToNewBlockingInBackground", "migrate - cursor was null");
69 "migrate - attempting to migrate " + cursor.getCount() + "numbers");
78 "migrate - number was already blocked in new blocking");
88 "migrate - migration complete. " + numMigrated + " numbers migrated.");
112 * @return {@code true} if the migrate can be attempted, {@code false} otherwise.
115 public boolean migrate(final Listener listener) { method in class:BlockedNumbersMigrator
116 LogUtil.i("BlockedNumbersMigrator.migrate", "migrate
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DPreOMigrationHandler.java55 public static void migrate(Context context, PhoneAccountHandle phoneAccountHandle) { method in class:PreOMigrationHandler
H A DActivationTask.java134 PreOMigrationHandler.migrate(getContext(), phoneAccountHandle);
/packages/apps/Email/src/com/android/email/preferences/
H A DEmailPreferenceMigrator.java45 protected void migrate(final Context context, final int oldVersion, final int newVersion) { method in class:EmailPreferenceMigrator
67 migrate(context, oldVersion, newVersion, accounts);
71 protected static void migrate(final Context context, final int oldVersion, final int newVersion, method in class:EmailPreferenceMigrator
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DGridSizeMigrationTaskTest.java396 verifier.migrate(new Point(3, 3), new Point(5, 5));
405 verifier.migrate(new Point(5, 5), new Point(3, 4));
414 verifier.migrate(new Point(5, 5), new Point(3, 7));
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DBlockedNumbersFragment.java135 // asking them to migrate to new blocking instead.
159 // All views except migrate and the block list are hidden when new filtering is available
238 .migrate(
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DGridSizeMigrationTask.java132 * To migrate hotseat, we load all the entries in order (LTR or RTL) and arrange them
925 if (new MultiStepMigrationTask(validPackages, context).migrate(sourceSize, targetSize)) {
1005 public boolean migrate(Point sourceSize, Point targetSize) throws Exception { method in class:GridSizeMigrationTask.MultiStepMigrationTask

Completed in 323 milliseconds