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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClockBackupAgent.java47 public static final String ACTION_COMPLETE_RESTORE = field in class:DeskClockBackupAgent
80 * ACTION_COMPLETE_RESTORE broadcast is scheduled 10 seconds in the future to give
97 new Intent(ACTION_COMPLETE_RESTORE).setClass(this, AlarmInitReceiver.class),
107 LogUtils.i(TAG, "Waiting for %s to complete the data restore", ACTION_COMPLETE_RESTORE);

Completed in 76 milliseconds