OSDN Git Service

Get rid of now-superfluous "backup or restore in progress" tracking
authorChristopher Tate <ctate@google.com>
Tue, 2 Feb 2010 23:18:58 +0000 (15:18 -0800)
committerChristopher Tate <ctate@google.com>
Tue, 2 Feb 2010 23:24:39 +0000 (15:24 -0800)
commitc2af5d3bf84fa66570081d30ce0210458e46b1b8
tree18b1986a831c9d1987a939d4f90ab4200d965d99
parent1b7a47c911d21dbbcfb782380018703534bd8787
Get rid of now-superfluous "backup or restore in progress" tracking

Now that backup/restore/etc operations are queued and serialized, we no longer
need to use external state tracking to prevent overlapping operations.

Change-Id: I14f2a5d740cb97ae062aad55a06f49a2be5dd985
services/java/com/android/server/BackupManagerService.java