Searched refs:RUN_BACKUP_ACTION (Results 1 – 1 of 1) sorted by relevance
220 private static final String RUN_BACKUP_ACTION = "android.app.backup.intent.RUN"; field in BackupManagerService1153 filter.addAction(RUN_BACKUP_ACTION); in BackupManagerService()1163 Intent backupIntent = new Intent(RUN_BACKUP_ACTION); in BackupManagerService()1227 if (RUN_BACKUP_ACTION.equals(intent.getAction())) { in onReceive()