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

/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DRunBackupReceiver.java23 import static com.android.server.backup.internal.BackupHandler.MSG_RUN_BACKUP;
74 MSG_RUN_BACKUP);
H A DBackupHandler.java64 public static final int MSG_RUN_BACKUP = 1; field in class:BackupHandler
95 case MSG_RUN_BACKUP: {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java261 private static final int MSG_RUN_BACKUP = 1; field in class:BackupManagerService
884 case MSG_RUN_BACKUP:
1315 mRunBackupIntent = PendingIntent.getBroadcast(context, MSG_RUN_BACKUP, backupIntent, 0);
1389 Message msg = mBackupHandler.obtainMessage(MSG_RUN_BACKUP);
H A DRefactoredBackupManagerService.java30 import static com.android.server.backup.internal.BackupHandler.MSG_RUN_BACKUP;

Completed in 96 milliseconds