Searched defs:MSG_RUN_BACKUP (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java222 private static final int MSG_RUN_BACKUP = 1; field in class:BackupManagerService
751 case MSG_RUN_BACKUP:
1165 mRunBackupIntent = PendingIntent.getBroadcast(context, MSG_RUN_BACKUP, backupIntent, 0);
1252 Message msg = mBackupHandler.obtainMessage(MSG_RUN_BACKUP);

Completed in 29 milliseconds