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

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

Completed in 125 milliseconds