Searched refs:systemRestoreStarting (Results 1 – 4 of 4) sorted by relevance
50 public static void systemRestoreStarting(int userId) { in systemRestoreStarting() method in AppWidgetBackupBridge52 sAppWidgetService.systemRestoreStarting(userId); in systemRestoreStarting()
31 public void systemRestoreStarting(int userId); in systemRestoreStarting() method
454 AppWidgetBackupBridge.systemRestoreStarting(mUserId); in startRestore()
2974 public void systemRestoreStarting(int userId) { in systemRestoreStarting() method in AppWidgetServiceImpl2975 mBackupRestoreController.systemRestoreStarting(userId); in systemRestoreStarting()5378 public void systemRestoreStarting(int userId) { in systemRestoreStarting() method in AppWidgetServiceImpl.BackupRestoreController